#334063

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

Shades of Gulf Blue #334063

Tints of Gulf Blue #334063

Color information

#334063 (or 0x334063) is unknown color: approx Gulf Blue. HEX triplet: 33, 40 and 63. RGB value is (51,64,99). Sum of RGB (Red+Green+Blue) = 51+64+99=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #334063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334063 is #CCBF9C. Grayscale: #3F3F3F. Windows color (decimal): -13418397 or 6504499. OLE color: 6504499.

HSL color Cylindrical-coordinate representation of color #334063: hue angle of 223.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334063 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB516499-
CMYK0.480.3500.61
HSL223.75º32%29.41%-
HSV(B)223.75º48.48%38.82%-
XYZ5.455.2712.53-
YUV64.1147.69118.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=23.83%
G=29.91%
B=46.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5164990.480.3500.61223.753229.41
Hex334063302303De0201d
Octal6310014360430753404035
Binary1100111000000110001111000010001101111011110000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334063; }

 p { color: rgb(51,64,99); }

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

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

 a { background-color: rgb(51,64,99); }

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

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

 span { border-color: rgb(51,64,99); }

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