#374565

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

Shades of Gulf Blue #374565

Tints of Gulf Blue #374565

Color information

#374565 (or 0x374565) is unknown color: approx Gulf Blue. HEX triplet: 37, 45 and 65. RGB value is (55,69,101). Sum of RGB (Red+Green+Blue) = 55+69+101=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #374565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374565 is #C8BA9A. Grayscale: #444444. Windows color (decimal): -13154971 or 6636855. OLE color: 6636855.

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

Color convert

RGB5569101-
CMYK0.460.3200.60
HSL221.74º29.49%30.59%-
HSV(B)221.74º45.54%39.61%-
XYZ6.056.0113.15-
YUV68.46146.36118.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=24.44%
G=30.67%
B=44.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55691010.460.3200.60221.7429.4930.59
Hex3745652E2003Cde1d1f
Octal6710514556400743363537
Binary110111100010111001011011101000000111100110111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374565; }

 p { color: rgb(55,69,101); }

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

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

 a { background-color: rgb(55,69,101); }

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

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

 span { border-color: rgb(55,69,101); }

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