Html Css Color HEX #31415C Gulf Blue

📋 copy color: '#31415C'

red 49 ◦ green 65 ◦ blue 92

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

Shades of Gulf Blue #31415C

Tints of Gulf Blue #31415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 23.79%
G = 31.55%
B = 44.66%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31415C (or 0x31415C) is known color: Gulf Blue. HEX triplet: 31, 41 and 5C. RGB value is (49,65,92). Sum of RGB (Red+Green+Blue) = 49+65+92=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #31415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31415C is #CEBEA3. Grayscale: #3F3F3F. Windows color (decimal): -13549220 or 6046001. OLE color: 6046001.

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

Color convert

RGB 49 65 92 -
CMYK 0.47 0.29 0 0.64
HSL 217.67º 0.3% 0.28% -
HSV(B) 217.67º 0.47% 0.36% -
XYZ 5.09 5.21 10.86 -
YUV 63.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 49 65 92 0.47 0.29 0 0.64 217.67 0.3 0.28
Hex 31 41 5C 2F 1D 0 40 DA 1E 1C
Octal 61 101 134 57 35 0 100 332 36 34
Binary 110001 1000001 1011100 101111 11101 0 1000000 11011010 11110 11100

Color Harmonies of #31415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31415C

Black with #31415C

Text Example


Text Example

White with #31415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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