Html Css Color HEX #313B58 Gulf Blue

📋 copy color: '#313B58'

red 49 ◦ green 59 ◦ blue 88

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

Shades of Gulf Blue #313B58

Tints of Gulf Blue #313B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.1%

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

R = 25%
G = 30.1%
B = 44.9%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313B58 (or 0x313B58) is known color: Gulf Blue. HEX triplet: 31, 3B and 58. RGB value is (49,59,88). Sum of RGB (Red+Green+Blue) = 49+59+88=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #313B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B58 is #CEC4A7. Grayscale: #3B3B3B. Windows color (decimal): -13550760 or 5782321. OLE color: 5782321.

HSL color Cylindrical-coordinate representation of color #313B58: hue angle of 224.62º 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 #313B58 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 59 88 -
CMYK 0.44 0.33 0 0.65
HSL 224.62º 0.28% 0.27% -
HSV(B) 224.62º 0.44% 0.35% -
XYZ 4.59 4.49 9.86 -
YUV 59.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 49 59 88 0.44 0.33 0 0.65 224.62 0.28 0.27
Hex 31 3B 58 2C 21 0 41 E1 1C 1B
Octal 61 73 130 54 41 0 101 341 34 33
Binary 110001 111011 1011000 101100 100001 0 1000001 11100001 11100 11011

Color Harmonies of #313B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B58

Black with #313B58

Text Example


Text Example

White with #313B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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