Html Css Color HEX #314162 Gulf Blue

📋 copy color: '#314162'

red 49 ◦ green 65 ◦ blue 98

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

Shades of Gulf Blue #314162

Tints of Gulf Blue #314162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 23.11%
G = 30.66%
B = 46.23%

CMYK

 C value IS 0.5

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314162 (or 0x314162) is known color: Gulf Blue. HEX triplet: 31, 41 and 62. RGB value is (49,65,98). Sum of RGB (Red+Green+Blue) = 49+65+98=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #314162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314162 is #CEBE9D. Grayscale: #3F3F3F. Windows color (decimal): -13549214 or 6439217. OLE color: 6439217.

HSL color Cylindrical-coordinate representation of color #314162: hue angle of 220.41º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314162 is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 65 98 -
CMYK 0.5 0.34 0 0.62
HSL 220.41º 0.33% 0.29% -
HSV(B) 220.41º 0.5% 0.38% -
XYZ 5.36 5.32 12.3 -
YUV 63.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 49 65 98 0.5 0.34 0 0.62 220.41 0.33 0.29
Hex 31 41 62 32 22 0 3E DC 21 1D
Octal 61 101 142 62 42 0 76 334 41 35
Binary 110001 1000001 1100010 110010 100010 0 111110 11011100 100001 11101

Color Harmonies of #314162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314162

Black with #314162

Text Example


Text Example

White with #314162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314162; }

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

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

background-color css

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

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

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

border-color css

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

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

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