#334465

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

Shades of Gulf Blue #334465

Tints of Gulf Blue #334465

Color information

#334465 (or 0x334465) is unknown color: approx Gulf Blue. HEX triplet: 33, 44 and 65. RGB value is (51,68,101). Sum of RGB (Red+Green+Blue) = 51+68+101=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #334465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334465 is #CCBB9A. Grayscale: #424242. Windows color (decimal): -13417371 or 6636595. OLE color: 6636595.

HSL color Cylindrical-coordinate representation of color #334465: hue angle of 219.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334465 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5168101-
CMYK0.500.3300.60
HSL219.6º32.89%29.8%-
HSV(B)219.6º49.5%39.61%-
XYZ5.785.7813.12-
YUV66.68147.37116.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=23.18%
G=30.91%
B=45.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51681010.500.3300.60219.632.8929.8
Hex334465322103Cdc211e
Octal6310414562410743344136
Binary1100111000100110010111001010000101111001101110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334465; }

 p { color: rgb(51,68,101); }

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

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

 a { background-color: rgb(51,68,101); }

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

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

 span { border-color: rgb(51,68,101); }

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