Html Css Color HEX #36507C Fun Blue

📋 copy color: '#36507C'

red 54 ◦ green 80 ◦ blue 124

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

Shades of Fun Blue #36507C

Tints of Fun Blue #36507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.06%

R = 20.93%
G = 31.01%
B = 48.06%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36507C (or 0x36507C) is known color: Fun Blue. HEX triplet: 36, 50 and 7C. RGB value is (54,80,124). Sum of RGB (Red+Green+Blue) = 54+80+124=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #36507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36507C is #C9AF83. Grayscale: #4D4D4D. Windows color (decimal): -13217668 or 8146998. OLE color: 8146998.

HSL color Cylindrical-coordinate representation of color #36507C: hue angle of 217.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36507C is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 80 124 -
CMYK 0.56 0.35 0 0.51
HSL 217.71º 0.39% 0.35% -
HSV(B) 217.71º 0.56% 0.49% -
XYZ 8.03 7.98 20.19 -
YUV 77.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 54 80 124 0.56 0.35 0 0.51 217.71 0.39 0.35
Hex 36 50 7C 38 23 0 33 DA 27 23
Octal 66 120 174 70 43 0 63 332 47 43
Binary 110110 1010000 1111100 111000 100011 0 110011 11011010 100111 100011

Color Harmonies of #36507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36507C

Black with #36507C

Text Example


Text Example

White with #36507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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