Html Css Color HEX #313C5A Gulf Blue

📋 copy color: '#313C5A'

red 49 ◦ green 60 ◦ blue 90

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

Shades of Gulf Blue #313C5A

Tints of Gulf Blue #313C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.15%

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

R = 24.62%
G = 30.15%
B = 45.23%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313C5A (or 0x313C5A) is known color: Gulf Blue. HEX triplet: 31, 3C and 5A. RGB value is (49,60,90). Sum of RGB (Red+Green+Blue) = 49+60+90=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #313C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C5A is #CEC3A5. Grayscale: #3B3B3B. Windows color (decimal): -13550502 or 5913649. OLE color: 5913649.

HSL color Cylindrical-coordinate representation of color #313C5A: hue angle of 223.9º 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 #313C5A is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 60 90 -
CMYK 0.46 0.33 0 0.65
HSL 223.9º 0.29% 0.27% -
HSV(B) 223.9º 0.46% 0.35% -
XYZ 4.73 4.62 10.32 -
YUV 60.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 49 60 90 0.46 0.33 0 0.65 223.9 0.29 0.27
Hex 31 3C 5A 2E 21 0 41 E0 1D 1B
Octal 61 74 132 56 41 0 101 340 35 33
Binary 110001 111100 1011010 101110 100001 0 1000001 11100000 11101 11011

Color Harmonies of #313C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C5A

Black with #313C5A

Text Example


Text Example

White with #313C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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