Html Css Color HEX #36415B Gulf Blue

📋 copy color: '#36415B'

red 54 ◦ green 65 ◦ blue 91

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

Shades of Gulf Blue #36415B

Tints of Gulf Blue #36415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

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

R = 25.71%
G = 30.95%
B = 43.33%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36415B (or 0x36415B) is known color: Gulf Blue. HEX triplet: 36, 41 and 5B. RGB value is (54,65,91). Sum of RGB (Red+Green+Blue) = 54+65+91=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #36415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36415B is #C9BEA4. Grayscale: #404040. Windows color (decimal): -13221541 or 5980470. OLE color: 5980470.

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

Color convert

RGB 54 65 91 -
CMYK 0.41 0.29 0 0.64
HSL 222.16º 0.26% 0.28% -
HSV(B) 222.16º 0.41% 0.36% -
XYZ 5.3 5.32 10.65 -
YUV 64.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 54 65 91 0.41 0.29 0 0.64 222.16 0.26 0.28
Hex 36 41 5B 29 1D 0 40 DE 1A 1C
Octal 66 101 133 51 35 0 100 336 32 34
Binary 110110 1000001 1011011 101001 11101 0 1000000 11011110 11010 11100

Color Harmonies of #36415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36415B

Black with #36415B

Text Example


Text Example

White with #36415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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