#314566

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

Shades of Gulf Blue #314566

Tints of Gulf Blue #314566

Color information

#314566 (or 0x314566) is unknown color: approx Gulf Blue. HEX triplet: 31, 45 and 66. RGB value is (49,69,102). Sum of RGB (Red+Green+Blue) = 49+69+102=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #314566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314566 is #CEBA99. Grayscale: #424242. Windows color (decimal): -13548186 or 6702385. OLE color: 6702385.

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

Color convert

RGB4969102-
CMYK0.520.3200.6
HSL217.36º35.1%29.61%-
HSV(B)217.36º51.96%40%-
XYZ5.795.8713.4-
YUV66.78147.87115.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=22.27%
G=31.36%
B=46.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49691020.520.3200.6217.3635.129.61
Hex314566342003Cd9231e
Octal6110514664400743314336
Binary1100011000101110011011010010000001111001101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314566; }

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

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

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

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

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

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

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

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