Html Css Color HEX #364C7E Fun Blue

📋 copy color: '#364C7E'

red 54 ◦ green 76 ◦ blue 126

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

Shades of Fun Blue #364C7E

Tints of Fun Blue #364C7E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 126 (49.61% from 255) = 49.22%

R = 21.09%
G = 29.69%
B = 49.22%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#364C7E (or 0x364C7E) is known color: Fun Blue. HEX triplet: 36, 4C and 7E. RGB value is (54,76,126). Sum of RGB (Red+Green+Blue) = 54+76+126=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #364C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C7E is #C9B381. Grayscale: #4A4A4A. Windows color (decimal): -13218690 or 8277046. OLE color: 8277046.

HSL color Cylindrical-coordinate representation of color #364C7E: hue angle of 221.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #364C7E is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 76 126 -
CMYK 0.57 0.40 0 0.51
HSL 221.67º 0.4% 0.35% -
HSV(B) 221.67º 0.57% 0.49% -
XYZ 7.87 7.46 20.76 -
YUV 75.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 54 76 126 0.57 0.40 0 0.51 221.67 0.4 0.35
Hex 36 4C 7E 39 28 0 33 DE 28 23
Octal 66 114 176 71 50 0 63 336 50 43
Binary 110110 1001100 1111110 111001 101000 0 110011 11011110 101000 100011

Color Harmonies of #364C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C7E

Black with #364C7E

Text Example


Text Example

White with #364C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,76,126); }

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

background-color css

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

 a { background-color: rgb(54,76,126); }

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

border-color css

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

 span { border-color: rgb(54,76,126); }

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