Html Css Color HEX #36405F Gulf Blue

📋 copy color: '#36405F'

red 54 ◦ green 64 ◦ blue 95

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

Shades of Gulf Blue #36405F

Tints of Gulf Blue #36405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 25.35%
G = 30.05%
B = 44.6%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36405F (or 0x36405F) is known color: Gulf Blue. HEX triplet: 36, 40 and 5F. RGB value is (54,64,95). Sum of RGB (Red+Green+Blue) = 54+64+95=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #36405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36405F is #C9BFA0. Grayscale: #404040. Windows color (decimal): -13221793 or 6242358. OLE color: 6242358.

HSL color Cylindrical-coordinate representation of color #36405F: hue angle of 225.37º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36405F is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 64 95 -
CMYK 0.43 0.33 0 0.63
HSL 225.37º 0.28% 0.29% -
HSV(B) 225.37º 0.43% 0.37% -
XYZ 5.42 5.28 11.56 -
YUV 64.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 54 64 95 0.43 0.33 0 0.63 225.37 0.28 0.29
Hex 36 40 5F 2B 21 0 3F E1 1C 1D
Octal 66 100 137 53 41 0 77 341 34 35
Binary 110110 1000000 1011111 101011 100001 0 111111 11100001 11100 11101

Color Harmonies of #36405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36405F

Black with #36405F

Text Example


Text Example

White with #36405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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