Html Css Color HEX #364C7D Fun Blue

📋 copy color: '#364C7D'

red 54 ◦ green 76 ◦ blue 125

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

Shades of Fun Blue #364C7D

Tints of Fun Blue #364C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.02%

R = 21.18%
G = 29.8%
B = 49.02%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#364C7D (or 0x364C7D) is known color: Fun Blue. HEX triplet: 36, 4C and 7D. RGB value is (54,76,125). Sum of RGB (Red+Green+Blue) = 54+76+125=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #364C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C7D is #C9B382. Grayscale: #4A4A4A. Windows color (decimal): -13218691 or 8211510. OLE color: 8211510.

HSL color Cylindrical-coordinate representation of color #364C7D: hue angle of 221.41º 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 #364C7D is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 76 125 -
CMYK 0.57 0.39 0 0.51
HSL 221.41º 0.4% 0.35% -
HSV(B) 221.41º 0.57% 0.49% -
XYZ 7.81 7.43 20.43 -
YUV 75.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 54 76 125 0.57 0.39 0 0.51 221.41 0.4 0.35
Hex 36 4C 7D 39 27 0 33 DD 28 23
Octal 66 114 175 71 47 0 63 335 50 43
Binary 110110 1001100 1111101 111001 100111 0 110011 11011101 101000 100011

Color Harmonies of #364C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C7D

Black with #364C7D

Text Example


Text Example

White with #364C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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