Html Css Color HEX #313A55 Gulf Blue

📋 copy color: '#313A55'

red 49 ◦ green 58 ◦ blue 85

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

Shades of Gulf Blue #313A55

Tints of Gulf Blue #313A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 25.52%
G = 30.21%
B = 44.27%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313A55 (or 0x313A55) is known color: Gulf Blue. HEX triplet: 31, 3A and 55. RGB value is (49,58,85). Sum of RGB (Red+Green+Blue) = 49+58+85=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #313A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A55 is #CEC5AA. Grayscale: #3A3A3A. Windows color (decimal): -13551019 or 5585457. OLE color: 5585457.

HSL color Cylindrical-coordinate representation of color #313A55: hue angle of 225º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313A55 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 58 85 -
CMYK 0.42 0.32 0 0.67
HSL 225º 0.27% 0.26% -
HSV(B) 225º 0.42% 0.33% -
XYZ 4.42 4.33 9.2 -
YUV 58.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 49 58 85 0.42 0.32 0 0.67 225 0.27 0.26
Hex 31 3A 55 2A 20 0 43 E1 1B 1A
Octal 61 72 125 52 40 0 103 341 33 32
Binary 110001 111010 1010101 101010 100000 0 1000011 11100001 11011 11010

Color Harmonies of #313A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A55

Black with #313A55

Text Example


Text Example

White with #313A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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