Html Css Color HEX #313858 Gulf Blue

📋 copy color: '#313858'

red 49 ◦ green 56 ◦ blue 88

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

Shades of Gulf Blue #313858

Tints of Gulf Blue #313858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 25.39%
G = 29.02%
B = 45.6%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313858 (or 0x313858) is known color: Gulf Blue. HEX triplet: 31, 38 and 58. RGB value is (49,56,88). Sum of RGB (Red+Green+Blue) = 49+56+88=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #313858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313858 is #CEC7A7. Grayscale: #393939. Windows color (decimal): -13551528 or 5781553. OLE color: 5781553.

HSL color Cylindrical-coordinate representation of color #313858: hue angle of 229.23º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313858 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 56 88 -
CMYK 0.44 0.36 0 0.65
HSL 229.23º 0.28% 0.27% -
HSV(B) 229.23º 0.44% 0.35% -
XYZ 4.44 4.19 9.81 -
YUV 57.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 49 56 88 0.44 0.36 0 0.65 229.23 0.28 0.27
Hex 31 38 58 2C 24 0 41 E5 1C 1B
Octal 61 70 130 54 44 0 101 345 34 33
Binary 110001 111000 1011000 101100 100100 0 1000001 11100101 11100 11011

Color Harmonies of #313858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313858

Black with #313858

Text Example


Text Example

White with #313858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313858; }

 p { color: rgb(49,56,88); }

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

background-color css

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

 a { background-color: rgb(49,56,88); }

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

border-color css

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

 span { border-color: rgb(49,56,88); }

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