#334265

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

Shades of Gulf Blue #334265

Tints of Gulf Blue #334265

Color information

#334265 (or 0x334265) is unknown color: approx Gulf Blue. HEX triplet: 33, 42 and 65. RGB value is (51,66,101). Sum of RGB (Red+Green+Blue) = 51+66+101=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #334265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334265 is #CCBD9A. Grayscale: #414141. Windows color (decimal): -13417883 or 6636083. OLE color: 6636083.

HSL color Cylindrical-coordinate representation of color #334265: hue angle of 222º 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 #334265 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5166101-
CMYK0.500.3500.60
HSL222º32.89%29.8%-
HSV(B)222º49.5%39.61%-
XYZ5.665.5413.08-
YUV65.5148.03117.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=23.39%
G=30.28%
B=46.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51661010.500.3500.6022232.8929.8
Hex334265322303Cde211e
Octal6310214562430743364136
Binary1100111000010110010111001010001101111001101111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334265; }

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

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

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

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

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

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

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

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