Html Css Color HEX #36405A Gulf Blue

📋 copy color: '#36405A'

red 54 ◦ green 64 ◦ blue 90

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

Shades of Gulf Blue #36405A

Tints of Gulf Blue #36405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.77%

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 25.96%
G = 30.77%
B = 43.27%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36405A (or 0x36405A) is known color: Gulf Blue. HEX triplet: 36, 40 and 5A. RGB value is (54,64,90). Sum of RGB (Red+Green+Blue) = 54+64+90=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #36405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36405A is #C9BFA5. Grayscale: #3F3F3F. Windows color (decimal): -13221798 or 5914678. OLE color: 5914678.

HSL color Cylindrical-coordinate representation of color #36405A: hue angle of 223.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36405A is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 64 90 -
CMYK 0.40 0.29 0 0.65
HSL 223.33º 0.25% 0.28% -
HSV(B) 223.33º 0.4% 0.35% -
XYZ 5.2 5.19 10.4 -
YUV 63.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 54 64 90 0.40 0.29 0 0.65 223.33 0.25 0.28
Hex 36 40 5A 28 1D 0 41 DF 19 1C
Octal 66 100 132 50 35 0 101 337 31 34
Binary 110110 1000000 1011010 101000 11101 0 1000001 11011111 11001 11100

Color Harmonies of #36405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36405A

Black with #36405A

Text Example


Text Example

White with #36405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,64,90); }

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

background-color css

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

 a { background-color: rgb(54,64,90); }

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

border-color css

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

 span { border-color: rgb(54,64,90); }

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