#334360

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

Shades of Gulf Blue #334360

Tints of Gulf Blue #334360

Color information

#334360 (or 0x334360) is unknown color: approx Gulf Blue. HEX triplet: 33, 43 and 60. RGB value is (51,67,96). Sum of RGB (Red+Green+Blue) = 51+67+96=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #334360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334360 is #CCBC9F. Grayscale: #414141. Windows color (decimal): -13417632 or 6308659. OLE color: 6308659.

HSL color Cylindrical-coordinate representation of color #334360: hue angle of 218.67º 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 #334360 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB516796-
CMYK0.470.3000.62
HSL218.67º30.61%28.82%-
HSV(B)218.67º46.88%37.65%-
XYZ5.485.5611.85-
YUV65.52145.2117.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=23.83%
G=31.31%
B=44.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5167960.470.3000.62218.6730.6128.82
Hex3343602F1E03Edb1f1d
Octal6310314057360763333735
Binary11001110000111100000101111111100111110110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334360; }

 p { color: rgb(51,67,96); }

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

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

 a { background-color: rgb(51,67,96); }

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

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

 span { border-color: rgb(51,67,96); }

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