Html Css Color HEX #364E7A Fun Blue

📋 copy color: '#364E7A'

red 54 ◦ green 78 ◦ blue 122

#364E7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #364E7A

Tints of Fun Blue #364E7A

RGB

 RED value IS 54 (21.48% from 255) = 21.26%

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 122 (48.05% from 255) = 48.03%

R = 21.26%
G = 30.71%
B = 48.03%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#364E7A (or 0x364E7A) is known color: Fun Blue. HEX triplet: 36, 4E and 7A. RGB value is (54,78,122). Sum of RGB (Red+Green+Blue) = 54+78+122=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #364E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E7A is #C9B185. Grayscale: #4B4B4B. Windows color (decimal): -13218182 or 8015414. OLE color: 8015414.

HSL color Cylindrical-coordinate representation of color #364E7A: hue angle of 218.82º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #364E7A is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 78 122 -
CMYK 0.56 0.36 0 0.52
HSL 218.82º 0.39% 0.35% -
HSV(B) 218.82º 0.56% 0.48% -
XYZ 7.76 7.64 19.48 -
YUV 75.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 54 78 122 0.56 0.36 0 0.52 218.82 0.39 0.35
Hex 36 4E 7A 38 24 0 34 DB 27 23
Octal 66 116 172 70 44 0 64 333 47 43
Binary 110110 1001110 1111010 111000 100100 0 110100 11011011 100111 100011

Color Harmonies of #364E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E7A

Black with #364E7A

Text Example


Text Example

White with #364E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364E7A; }

 p { color: rgb(54,78,122); }

 H1.HeaderClassName
 {
   color: #364E7A;
 }
 .AnyTagClassName
 {
   color: #364E7A;
 }
</style>

background-color css

<style>
 a { background-color: #364E7A; }

 a { background-color: rgb(54,78,122); }

 div.DivClassName
 {
   background-color: #364E7A;
 }
 .BgClassName
 {
   background-color: #364E7A;
 }
</style>

border-color css

<style>
 span { border-color: #364E7A; }

 span { border-color: rgb(54,78,122); }

 td.TdClassName
 {
   border-color: #364E7A;
 }
 .TagClassName
 {
   border-color: #364E7A;
 }
</style>