Html Css Color HEX #36425C Gulf Blue

📋 copy color: '#36425C'

red 54 ◦ green 66 ◦ blue 92

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

Shades of Gulf Blue #36425C

Tints of Gulf Blue #36425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 25.47%
G = 31.13%
B = 43.4%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36425C (or 0x36425C) is known color: Gulf Blue. HEX triplet: 36, 42 and 5C. RGB value is (54,66,92). Sum of RGB (Red+Green+Blue) = 54+66+92=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #36425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36425C is #C9BDA3. Grayscale: #414141. Windows color (decimal): -13221284 or 6046262. OLE color: 6046262.

HSL color Cylindrical-coordinate representation of color #36425C: hue angle of 221.05º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36425C is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 66 92 -
CMYK 0.41 0.28 0 0.64
HSL 221.05º 0.26% 0.29% -
HSV(B) 221.05º 0.41% 0.36% -
XYZ 5.4 5.45 10.89 -
YUV 65.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 54 66 92 0.41 0.28 0 0.64 221.05 0.26 0.29
Hex 36 42 5C 29 1C 0 40 DD 1A 1D
Octal 66 102 134 51 34 0 100 335 32 35
Binary 110110 1000010 1011100 101001 11100 0 1000000 11011101 11010 11101

Color Harmonies of #36425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36425C

Black with #36425C

Text Example


Text Example

White with #36425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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