#354466

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

Shades of Gulf Blue #354466

Tints of Gulf Blue #354466

Color information

#354466 (or 0x354466) is unknown color: approx Gulf Blue. HEX triplet: 35, 44 and 66. RGB value is (53,68,102). Sum of RGB (Red+Green+Blue) = 53+68+102=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #354466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354466 is #CABB99. Grayscale: #434343. Windows color (decimal): -13286298 or 6702133. OLE color: 6702133.

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

Color convert

RGB5368102-
CMYK0.480.3300.6
HSL221.63º31.61%30.39%-
HSV(B)221.63º48.04%40%-
XYZ5.935.8513.39-
YUV67.39147.53117.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=23.77%
G=30.49%
B=45.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53681020.480.3300.6221.6331.6130.39
Hex354466302103Cde201e
Octal6510414660410743364036
Binary1101011000100110011011000010000101111001101111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354466; }

 p { color: rgb(53,68,102); }

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

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

 a { background-color: rgb(53,68,102); }

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

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

 span { border-color: rgb(53,68,102); }

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