Html Css Color HEX #31405B Gulf Blue

📋 copy color: '#31405B'

red 49 ◦ green 64 ◦ blue 91

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

Shades of Gulf Blue #31405B

Tints of Gulf Blue #31405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 24.02%
G = 31.37%
B = 44.61%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31405B (or 0x31405B) is known color: Gulf Blue. HEX triplet: 31, 40 and 5B. RGB value is (49,64,91). Sum of RGB (Red+Green+Blue) = 49+64+91=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #31405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31405B is #CEBFA4. Grayscale: #3E3E3E. Windows color (decimal): -13549477 or 5980209. OLE color: 5980209.

HSL color Cylindrical-coordinate representation of color #31405B: hue angle of 218.57º 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 #31405B is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 64 91 -
CMYK 0.46 0.30 0 0.64
HSL 218.57º 0.3% 0.27% -
HSV(B) 218.57º 0.46% 0.36% -
XYZ 4.99 5.08 10.61 -
YUV 62.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 49 64 91 0.46 0.30 0 0.64 218.57 0.3 0.27
Hex 31 40 5B 2E 1E 0 40 DB 1E 1B
Octal 61 100 133 56 36 0 100 333 36 33
Binary 110001 1000000 1011011 101110 11110 0 1000000 11011011 11110 11011

Color Harmonies of #31405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31405B

Black with #31405B

Text Example


Text Example

White with #31405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31405B; }

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

 H1.HeaderClassName
 {
   color: #31405B;
 }
 .AnyTagClassName
 {
   color: #31405B;
 }
</style>

background-color css

<style>
 a { background-color: #31405B; }

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

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

border-color css

<style>
 span { border-color: #31405B; }

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

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