Html Css Color HEX #313B5A Gulf Blue

📋 copy color: '#313B5A'

red 49 ◦ green 59 ◦ blue 90

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

Shades of Gulf Blue #313B5A

Tints of Gulf Blue #313B5A

RGB

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

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

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

R = 24.75%
G = 29.8%
B = 45.45%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313B5A (or 0x313B5A) is known color: Gulf Blue. HEX triplet: 31, 3B and 5A. RGB value is (49,59,90). Sum of RGB (Red+Green+Blue) = 49+59+90=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #313B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B5A is #CEC4A5. Grayscale: #3B3B3B. Windows color (decimal): -13550758 or 5913393. OLE color: 5913393.

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

Color convert

RGB 49 59 90 -
CMYK 0.46 0.34 0 0.65
HSL 225.37º 0.29% 0.27% -
HSV(B) 225.37º 0.46% 0.35% -
XYZ 4.68 4.52 10.3 -
YUV 59.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 49 59 90 0.46 0.34 0 0.65 225.37 0.29 0.27
Hex 31 3B 5A 2E 22 0 41 E1 1D 1B
Octal 61 73 132 56 42 0 101 341 35 33
Binary 110001 111011 1011010 101110 100010 0 1000001 11100001 11101 11011

Color Harmonies of #313B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B5A

Black with #313B5A

Text Example


Text Example

White with #313B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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