#314260

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

Shades of Gulf Blue #314260

Tints of Gulf Blue #314260

Color information

#314260 (or 0x314260) is unknown color: approx Gulf Blue. HEX triplet: 31, 42 and 60. RGB value is (49,66,96). Sum of RGB (Red+Green+Blue) = 49+66+96=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #314260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314260 is #CEBD9F. Grayscale: #404040. Windows color (decimal): -13548960 or 6308401. OLE color: 6308401.

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

Color convert

RGB496696-
CMYK0.490.3100.62
HSL218.3º32.41%28.43%-
HSV(B)218.3º48.96%37.65%-
XYZ5.335.3911.83-
YUV64.34145.87117.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=23.22%
G=31.28%
B=45.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4966960.490.3100.62218.332.4128.43
Hex314260311F03Eda201c
Octal6110214061370763324034
Binary110001100001011000001100011111101111101101101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314260; }

 p { color: rgb(49,66,96); }

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

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

 a { background-color: rgb(49,66,96); }

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

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

 span { border-color: rgb(49,66,96); }

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