Html Css Color HEX #36507A Fun Blue

📋 copy color: '#36507A'

red 54 ◦ green 80 ◦ blue 122

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

Shades of Fun Blue #36507A

Tints of Fun Blue #36507A

RGB

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

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

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

R = 21.09%
G = 31.25%
B = 47.66%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36507A (or 0x36507A) is known color: Fun Blue. HEX triplet: 36, 50 and 7A. RGB value is (54,80,122). Sum of RGB (Red+Green+Blue) = 54+80+122=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #36507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36507A is #C9AF85. Grayscale: #4C4C4C. Windows color (decimal): -13217670 or 8015926. OLE color: 8015926.

HSL color Cylindrical-coordinate representation of color #36507A: hue angle of 217.06º 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 #36507A is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 80 122 -
CMYK 0.56 0.34 0 0.52
HSL 217.06º 0.39% 0.35% -
HSV(B) 217.06º 0.56% 0.48% -
XYZ 7.9 7.93 19.53 -
YUV 77.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 54 80 122 0.56 0.34 0 0.52 217.06 0.39 0.35
Hex 36 50 7A 38 22 0 34 D9 27 23
Octal 66 120 172 70 42 0 64 331 47 43
Binary 110110 1010000 1111010 111000 100010 0 110100 11011001 100111 100011

Color Harmonies of #36507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36507A

Black with #36507A

Text Example


Text Example

White with #36507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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