Html Css Color HEX #313F60 Gulf Blue

📋 copy color: '#313F60'

red 49 ◦ green 63 ◦ blue 96

#313F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #313F60

Tints of Gulf Blue #313F60

RGB

 RED value IS 49 (19.53% from 255) = 23.56%

 GREEN value IS 63 (25% from 255) = 30.29%

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 23.56%
G = 30.29%
B = 46.15%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313F60 (or 0x313F60) is known color: Gulf Blue. HEX triplet: 31, 3F and 60. RGB value is (49,63,96). Sum of RGB (Red+Green+Blue) = 49+63+96=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #313F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F60 is #CEC09F. Grayscale: #3E3E3E. Windows color (decimal): -13549728 or 6307633. OLE color: 6307633.

HSL color Cylindrical-coordinate representation of color #313F60: hue angle of 222.13º 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 #313F60 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 63 96 -
CMYK 0.49 0.34 0 0.62
HSL 222.13º 0.32% 0.28% -
HSV(B) 222.13º 0.49% 0.38% -
XYZ 5.16 5.05 11.77 -
YUV 62.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 49 63 96 0.49 0.34 0 0.62 222.13 0.32 0.28
Hex 31 3F 60 31 22 0 3E DE 20 1C
Octal 61 77 140 61 42 0 76 336 40 34
Binary 110001 111111 1100000 110001 100010 0 111110 11011110 100000 11100

Color Harmonies of #313F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F60

Black with #313F60

Text Example


Text Example

White with #313F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313F60;
 }
 .AnyTagClassName
 {
   color: #313F60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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