#333F61

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

Shades of Gulf Blue #333F61

Tints of Gulf Blue #333F61

Color information

#333F61 (or 0x333F61) is unknown color: approx Gulf Blue. HEX triplet: 33, 3F and 61. RGB value is (51,63,97). Sum of RGB (Red+Green+Blue) = 51+63+97=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #333F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F61 is #CCC09E. Grayscale: #3F3F3F. Windows color (decimal): -13418655 or 6373171. OLE color: 6373171.

HSL color Cylindrical-coordinate representation of color #333F61: hue angle of 224.35º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #333F61 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB516397-
CMYK0.470.3500.62
HSL224.35º31.08%29.02%-
HSV(B)224.35º47.42%38.04%-
XYZ5.35.1212.02-
YUV63.29147.02119.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=24.17%
G=29.86%
B=45.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5163970.470.3500.62224.3531.0829.02
Hex333F612F2303Ee01f1d
Octal637714157430763403735
Binary11001111111111000011011111000110111110111000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333F61; }

 p { color: rgb(51,63,97); }

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

<style>
 a { background-color: #333F61; }

 a { background-color: rgb(51,63,97); }

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

<style>
 span { border-color: #333F61; }

 span { border-color: rgb(51,63,97); }

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