#313C5D

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

Shades of Gulf Blue #313C5D

Tints of Gulf Blue #313C5D

Color information

#313C5D (or 0x313C5D) is unknown color: approx Gulf Blue. HEX triplet: 31, 3C and 5D. RGB value is (49,60,93). Sum of RGB (Red+Green+Blue) = 49+60+93=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #313C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C5D is #CEC3A2. Grayscale: #3C3C3C. Windows color (decimal): -13550499 or 6110257. OLE color: 6110257.

HSL color Cylindrical-coordinate representation of color #313C5D: hue angle of 225º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #313C5D is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496093-
CMYK0.470.3500.64
HSL225º30.99%27.84%-
HSV(B)225º47.31%36.47%-
XYZ4.864.6711-
YUV60.47146.36119.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=24.26%
G=29.70%
B=46.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4960930.470.3500.6422530.9927.84
Hex313C5D2F23040e11f1c
Octal6174135574301003413734
Binary110001111100101110110111110001101000000111000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313C5D; }

 p { color: rgb(49,60,93); }

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

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

 a { background-color: rgb(49,60,93); }

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

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

 span { border-color: rgb(49,60,93); }

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