#354566

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

Shades of Gulf Blue #354566

Tints of Gulf Blue #354566

Color information

#354566 (or 0x354566) is unknown color: approx Gulf Blue. HEX triplet: 35, 45 and 66. RGB value is (53,69,102). Sum of RGB (Red+Green+Blue) = 53+69+102=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #354566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354566 is #CABA99. Grayscale: #434343. Windows color (decimal): -13286042 or 6702389. OLE color: 6702389.

HSL color Cylindrical-coordinate representation of color #354566: hue angle of 220.41º 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 #354566 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5369102-
CMYK0.480.3200.6
HSL220.41º31.61%30.39%-
HSV(B)220.41º48.04%40%-
XYZ5.995.9713.41-
YUV67.98147.2117.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=23.66%
G=30.80%
B=45.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53691020.480.3200.6220.4131.6130.39
Hex354566302003Cdc201e
Octal6510514660400743344036
Binary1101011000101110011011000010000001111001101110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354566; }

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

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

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

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

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

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

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

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