Html Css Color HEX #31405C Gulf Blue

📋 copy color: '#31405C'

red 49 ◦ green 64 ◦ blue 92

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

Shades of Gulf Blue #31405C

Tints of Gulf Blue #31405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 23.9%
G = 31.22%
B = 44.88%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31405C (or 0x31405C) is known color: Gulf Blue. HEX triplet: 31, 40 and 5C. RGB value is (49,64,92). Sum of RGB (Red+Green+Blue) = 49+64+92=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #31405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31405C is #CEBFA3. Grayscale: #3E3E3E. Windows color (decimal): -13549476 or 6045745. OLE color: 6045745.

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

Color convert

RGB 49 64 92 -
CMYK 0.47 0.30 0 0.64
HSL 219.07º 0.3% 0.28% -
HSV(B) 219.07º 0.47% 0.36% -
XYZ 5.03 5.09 10.84 -
YUV 62.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 49 64 92 0.47 0.30 0 0.64 219.07 0.3 0.28
Hex 31 40 5C 2F 1E 0 40 DB 1E 1C
Octal 61 100 134 57 36 0 100 333 36 34
Binary 110001 1000000 1011100 101111 11110 0 1000000 11011011 11110 11100

Color Harmonies of #31405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31405C

Black with #31405C

Text Example


Text Example

White with #31405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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