#33415A

Color #33415A Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #33415A

Tints of Gulf Blue #33415A

Color information

#33415A (or 0x33415A) is unknown color: approx Gulf Blue. HEX triplet: 33, 41 and 5A. RGB value is (51,65,90). Sum of RGB (Red+Green+Blue) = 51+65+90=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #33415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33415A is #CCBEA5. Grayscale: #3F3F3F. Windows color (decimal): -13418150 or 5914931. OLE color: 5914931.

HSL color Cylindrical-coordinate representation of color #33415A: hue angle of 218.46º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33415A is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB516590-
CMYK0.430.2800.65
HSL218.46º27.66%27.65%-
HSV(B)218.46º43.33%35.29%-
XYZ5.15.2210.41-
YUV63.66142.86118.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=24.76%
G=31.55%
B=43.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5165900.430.2800.65218.4627.6627.65
Hex33415A2B1C041da1c1c
Octal63101132533401013323434
Binary110011100000110110101010111110001000001110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33415A; }

 p { color: rgb(51,65,90); }

 H1.HeaderClassName
 {
   color: #33415A;
 }
 .AnyTagClassName
 {
   color: #33415A;
 }
</style>
background-color css

<style>
 a { background-color: #33415A; }

 a { background-color: rgb(51,65,90); }

 div.DivClassName
 {
   background-color: #33415A;
 }
 .BgClassName
 {
   background-color: #33415A;
 }
</style>
border-color css

<style>
 span { border-color: #33415A; }

 span { border-color: rgb(51,65,90); }

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