Html Css Color HEX #36425A Gulf Blue

📋 copy color: '#36425A'

red 54 ◦ green 66 ◦ blue 90

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

Shades of Gulf Blue #36425A

Tints of Gulf Blue #36425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

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

R = 25.71%
G = 31.43%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36425A (or 0x36425A) is known color: Gulf Blue. HEX triplet: 36, 42 and 5A. RGB value is (54,66,90). Sum of RGB (Red+Green+Blue) = 54+66+90=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #36425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36425A is #C9BDA5. Grayscale: #414141. Windows color (decimal): -13221286 or 5915190. OLE color: 5915190.

HSL color Cylindrical-coordinate representation of color #36425A: hue angle of 220º 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 #36425A is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 66 90 -
CMYK 0.40 0.27 0 0.65
HSL 220º 0.25% 0.28% -
HSV(B) 220º 0.4% 0.35% -
XYZ 5.31 5.42 10.44 -
YUV 65.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 54 66 90 0.40 0.27 0 0.65 220 0.25 0.28
Hex 36 42 5A 28 1B 0 41 DC 19 1C
Octal 66 102 132 50 33 0 101 334 31 34
Binary 110110 1000010 1011010 101000 11011 0 1000001 11011100 11001 11100

Color Harmonies of #36425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36425A

Black with #36425A

Text Example


Text Example

White with #36425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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