Html Css Color HEX #313A59 Gulf Blue

📋 copy color: '#313A59'

red 49 ◦ green 58 ◦ blue 89

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

Shades of Gulf Blue #313A59

Tints of Gulf Blue #313A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

 BLUE value IS 89 (35.16% from 255) = 45.41%

R = 25%
G = 29.59%
B = 45.41%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313A59 (or 0x313A59) is known color: Gulf Blue. HEX triplet: 31, 3A and 59. RGB value is (49,58,89). Sum of RGB (Red+Green+Blue) = 49+58+89=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #313A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A59 is #CEC5A6. Grayscale: #3A3A3A. Windows color (decimal): -13551015 or 5847601. OLE color: 5847601.

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

Color convert

RGB 49 58 89 -
CMYK 0.45 0.35 0 0.65
HSL 226.5º 0.29% 0.27% -
HSV(B) 226.5º 0.45% 0.35% -
XYZ 4.58 4.4 10.06 -
YUV 58.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 49 58 89 0.45 0.35 0 0.65 226.5 0.29 0.27
Hex 31 3A 59 2D 23 0 41 E2 1D 1B
Octal 61 72 131 55 43 0 101 342 35 33
Binary 110001 111010 1011001 101101 100011 0 1000001 11100010 11101 11011

Color Harmonies of #313A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A59

Black with #313A59

Text Example


Text Example

White with #313A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,58,89); }

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

background-color css

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

 a { background-color: rgb(49,58,89); }

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

border-color css

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

 span { border-color: rgb(49,58,89); }

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