Html Css Color HEX #36445B Gulf Blue

📋 copy color: '#36445B'

red 54 ◦ green 68 ◦ blue 91

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

Shades of Gulf Blue #36445B

Tints of Gulf Blue #36445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

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

R = 25.35%
G = 31.92%
B = 42.72%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36445B (or 0x36445B) is known color: Gulf Blue. HEX triplet: 36, 44 and 5B. RGB value is (54,68,91). Sum of RGB (Red+Green+Blue) = 54+68+91=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #36445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36445B is #C9BBA4. Grayscale: #424242. Windows color (decimal): -13220773 or 5981238. OLE color: 5981238.

HSL color Cylindrical-coordinate representation of color #36445B: hue angle of 217.3º 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 #36445B is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 68 91 -
CMYK 0.41 0.25 0 0.64
HSL 217.3º 0.26% 0.28% -
HSV(B) 217.3º 0.41% 0.36% -
XYZ 5.48 5.67 10.7 -
YUV 66.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 54 68 91 0.41 0.25 0 0.64 217.3 0.26 0.28
Hex 36 44 5B 29 19 0 40 D9 1A 1C
Octal 66 104 133 51 31 0 100 331 32 34
Binary 110110 1000100 1011011 101001 11001 0 1000000 11011001 11010 11100

Color Harmonies of #36445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36445B

Black with #36445B

Text Example


Text Example

White with #36445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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