Html Css Color HEX #36507D Fun Blue

📋 copy color: '#36507D'

red 54 ◦ green 80 ◦ blue 125

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

Shades of Fun Blue #36507D

Tints of Fun Blue #36507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 20.85%
G = 30.89%
B = 48.26%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36507D (or 0x36507D) is known color: Fun Blue. HEX triplet: 36, 50 and 7D. RGB value is (54,80,125). Sum of RGB (Red+Green+Blue) = 54+80+125=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #36507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36507D is #C9AF82. Grayscale: #4D4D4D. Windows color (decimal): -13217667 or 8212534. OLE color: 8212534.

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

Color convert

RGB 54 80 125 -
CMYK 0.57 0.36 0 0.51
HSL 218.03º 0.4% 0.35% -
HSV(B) 218.03º 0.57% 0.49% -
XYZ 8.09 8 20.52 -
YUV 77.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 54 80 125 0.57 0.36 0 0.51 218.03 0.4 0.35
Hex 36 50 7D 39 24 0 33 DA 28 23
Octal 66 120 175 71 44 0 63 332 50 43
Binary 110110 1010000 1111101 111001 100100 0 110011 11011010 101000 100011

Color Harmonies of #36507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36507D

Black with #36507D

Text Example


Text Example

White with #36507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36507D; }

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

 H1.HeaderClassName
 {
   color: #36507D;
 }
 .AnyTagClassName
 {
   color: #36507D;
 }
</style>

background-color css

<style>
 a { background-color: #36507D; }

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

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

border-color css

<style>
 span { border-color: #36507D; }

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

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