Html Css Color HEX #31395A Gulf Blue

📋 copy color: '#31395A'

red 49 ◦ green 57 ◦ blue 90

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

Shades of Gulf Blue #31395A

Tints of Gulf Blue #31395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 90 (35.55% from 255) = 45.92%

R = 25%
G = 29.08%
B = 45.92%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31395A (or 0x31395A) is known color: Gulf Blue. HEX triplet: 31, 39 and 5A. RGB value is (49,57,90). Sum of RGB (Red+Green+Blue) = 49+57+90=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #31395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31395A is #CEC6A5. Grayscale: #3A3A3A. Windows color (decimal): -13551270 or 5912881. OLE color: 5912881.

HSL color Cylindrical-coordinate representation of color #31395A: hue angle of 228.29º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31395A is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 57 90 -
CMYK 0.46 0.37 0 0.65
HSL 228.29º 0.29% 0.27% -
HSV(B) 228.29º 0.46% 0.35% -
XYZ 4.58 4.32 10.27 -
YUV 58.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 49 57 90 0.46 0.37 0 0.65 228.29 0.29 0.27
Hex 31 39 5A 2E 25 0 41 E4 1D 1B
Octal 61 71 132 56 45 0 101 344 35 33
Binary 110001 111001 1011010 101110 100101 0 1000001 11100100 11101 11011

Color Harmonies of #31395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31395A

Black with #31395A

Text Example


Text Example

White with #31395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31395A; }

 p { color: rgb(49,57,90); }

 H1.HeaderClassName
 {
   color: #31395A;
 }
 .AnyTagClassName
 {
   color: #31395A;
 }
</style>

background-color css

<style>
 a { background-color: #31395A; }

 a { background-color: rgb(49,57,90); }

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

border-color css

<style>
 span { border-color: #31395A; }

 span { border-color: rgb(49,57,90); }

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