Html Css Color HEX #31405D Gulf Blue

📋 copy color: '#31405D'

red 49 ◦ green 64 ◦ blue 93

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

Shades of Gulf Blue #31405D

Tints of Gulf Blue #31405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.15%

R = 23.79%
G = 31.07%
B = 45.15%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31405D (or 0x31405D) is known color: Gulf Blue. HEX triplet: 31, 40 and 5D. RGB value is (49,64,93). Sum of RGB (Red+Green+Blue) = 49+64+93=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #31405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31405D is #CEBFA2. Grayscale: #3E3E3E. Windows color (decimal): -13549475 or 6111281. OLE color: 6111281.

HSL color Cylindrical-coordinate representation of color #31405D: hue angle of 219.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31405D is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 64 93 -
CMYK 0.47 0.31 0 0.64
HSL 219.55º 0.31% 0.28% -
HSV(B) 219.55º 0.47% 0.36% -
XYZ 5.08 5.11 11.07 -
YUV 62.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 49 64 93 0.47 0.31 0 0.64 219.55 0.31 0.28
Hex 31 40 5D 2F 1F 0 40 DC 1F 1C
Octal 61 100 135 57 37 0 100 334 37 34
Binary 110001 1000000 1011101 101111 11111 0 1000000 11011100 11111 11100

Color Harmonies of #31405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31405D

Black with #31405D

Text Example


Text Example

White with #31405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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