Html Css Color HEX #36425B Gulf Blue

📋 copy color: '#36425B'

red 54 ◦ green 66 ◦ blue 91

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

Shades of Gulf Blue #36425B

Tints of Gulf Blue #36425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 25.59%
G = 31.28%
B = 43.13%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36425B (or 0x36425B) is known color: Gulf Blue. HEX triplet: 36, 42 and 5B. RGB value is (54,66,91). Sum of RGB (Red+Green+Blue) = 54+66+91=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #36425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36425B is #C9BDA4. Grayscale: #414141. Windows color (decimal): -13221285 or 5980726. OLE color: 5980726.

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

Color convert

RGB 54 66 91 -
CMYK 0.41 0.27 0 0.64
HSL 220.54º 0.26% 0.28% -
HSV(B) 220.54º 0.41% 0.36% -
XYZ 5.36 5.44 10.66 -
YUV 65.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 54 66 91 0.41 0.27 0 0.64 220.54 0.26 0.28
Hex 36 42 5B 29 1B 0 40 DD 1A 1C
Octal 66 102 133 51 33 0 100 335 32 34
Binary 110110 1000010 1011011 101001 11011 0 1000000 11011101 11010 11100

Color Harmonies of #36425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36425B

Black with #36425B

Text Example


Text Example

White with #36425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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