Html Css Color HEX #313F5A Gulf Blue

📋 copy color: '#313F5A'

red 49 ◦ green 63 ◦ blue 90

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

Shades of Gulf Blue #313F5A

Tints of Gulf Blue #313F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.55%

R = 24.26%
G = 31.19%
B = 44.55%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313F5A (or 0x313F5A) is known color: Gulf Blue. HEX triplet: 31, 3F and 5A. RGB value is (49,63,90). Sum of RGB (Red+Green+Blue) = 49+63+90=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #313F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F5A is #CEC0A5. Grayscale: #3D3D3D. Windows color (decimal): -13549734 or 5914417. OLE color: 5914417.

HSL color Cylindrical-coordinate representation of color #313F5A: hue angle of 219.51º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313F5A is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 63 90 -
CMYK 0.46 0.30 0 0.65
HSL 219.51º 0.29% 0.27% -
HSV(B) 219.51º 0.46% 0.35% -
XYZ 4.89 4.95 10.37 -
YUV 61.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 49 63 90 0.46 0.30 0 0.65 219.51 0.29 0.27
Hex 31 3F 5A 2E 1E 0 41 DC 1D 1B
Octal 61 77 132 56 36 0 101 334 35 33
Binary 110001 111111 1011010 101110 11110 0 1000001 11011100 11101 11011

Color Harmonies of #313F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F5A

Black with #313F5A

Text Example


Text Example

White with #313F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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