Html Css Color HEX #314160 Gulf Blue

📋 copy color: '#314160'

red 49 ◦ green 65 ◦ blue 96

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

Shades of Gulf Blue #314160

Tints of Gulf Blue #314160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 23.33%
G = 30.95%
B = 45.71%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314160 (or 0x314160) is known color: Gulf Blue. HEX triplet: 31, 41 and 60. RGB value is (49,65,96). Sum of RGB (Red+Green+Blue) = 49+65+96=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #314160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314160 is #CEBE9F. Grayscale: #3F3F3F. Windows color (decimal): -13549216 or 6308145. OLE color: 6308145.

HSL color Cylindrical-coordinate representation of color #314160: hue angle of 219.57º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314160 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 65 96 -
CMYK 0.49 0.32 0 0.62
HSL 219.57º 0.32% 0.28% -
HSV(B) 219.57º 0.49% 0.38% -
XYZ 5.27 5.28 11.81 -
YUV 63.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 49 65 96 0.49 0.32 0 0.62 219.57 0.32 0.28
Hex 31 41 60 31 20 0 3E DC 20 1C
Octal 61 101 140 61 40 0 76 334 40 34
Binary 110001 1000001 1100000 110001 100000 0 111110 11011100 100000 11100

Color Harmonies of #314160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314160

Black with #314160

Text Example


Text Example

White with #314160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314160; }

 p { color: rgb(49,65,96); }

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

background-color css

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

 a { background-color: rgb(49,65,96); }

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

border-color css

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

 span { border-color: rgb(49,65,96); }

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