Html Css Color HEX #313D5B Gulf Blue

📋 copy color: '#313D5B'

red 49 ◦ green 61 ◦ blue 91

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

Shades of Gulf Blue #313D5B

Tints of Gulf Blue #313D5B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.35%

 BLUE value IS 91 (35.94% from 255) = 45.27%

R = 24.38%
G = 30.35%
B = 45.27%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#313D5B (or 0x313D5B) is known color: Gulf Blue. HEX triplet: 31, 3D and 5B. RGB value is (49,61,91). Sum of RGB (Red+Green+Blue) = 49+61+91=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #313D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D5B is #CEC2A4. Grayscale: #3C3C3C. Windows color (decimal): -13550245 or 5979441. OLE color: 5979441.

HSL color Cylindrical-coordinate representation of color #313D5B: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313D5B is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 61 91 -
CMYK 0.46 0.33 0 0.64
HSL 222.86º 0.3% 0.27% -
HSV(B) 222.86º 0.46% 0.36% -
XYZ 4.82 4.75 10.56 -
YUV 60.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 49 61 91 0.46 0.33 0 0.64 222.86 0.3 0.27
Hex 31 3D 5B 2E 21 0 40 DF 1E 1B
Octal 61 75 133 56 41 0 100 337 36 33
Binary 110001 111101 1011011 101110 100001 0 1000000 11011111 11110 11011

Color Harmonies of #313D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D5B

Black with #313D5B

Text Example


Text Example

White with #313D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,91); }

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

background-color css

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

 a { background-color: rgb(49,61,91); }

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

border-color css

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

 span { border-color: rgb(49,61,91); }

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