#354567

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

Shades of Gulf Blue #354567

Tints of Gulf Blue #354567

Color information

#354567 (or 0x354567) is unknown color: approx Gulf Blue. HEX triplet: 35, 45 and 67. RGB value is (53,69,103). Sum of RGB (Red+Green+Blue) = 53+69+103=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #354567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354567 is #CABA98. Grayscale: #434343. Windows color (decimal): -13286041 or 6767925. OLE color: 6767925.

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

Color convert

RGB5369103-
CMYK0.490.3300.60
HSL220.8º32.05%30.59%-
HSV(B)220.8º48.54%40.39%-
XYZ6.045.9913.67-
YUV68.09147.7117.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=23.56%
G=30.67%
B=45.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53691030.490.3300.60220.832.0530.59
Hex354567312103Cdd201f
Octal6510514761410743354037
Binary1101011000101110011111000110000101111001101110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354567; }

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

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

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

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

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

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

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

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