Html Css Color HEX #314163 Gulf Blue

📋 copy color: '#314163'

red 49 ◦ green 65 ◦ blue 99

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

Shades of Gulf Blue #314163

Tints of Gulf Blue #314163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.48%

R = 23%
G = 30.52%
B = 46.48%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#314163 (or 0x314163) is known color: Gulf Blue. HEX triplet: 31, 41 and 63. RGB value is (49,65,99). Sum of RGB (Red+Green+Blue) = 49+65+99=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #314163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314163 is #CEBE9C. Grayscale: #3F3F3F. Windows color (decimal): -13549213 or 6504753. OLE color: 6504753.

HSL color Cylindrical-coordinate representation of color #314163: hue angle of 220.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314163 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 65 99 -
CMYK 0.51 0.34 0 0.61
HSL 220.8º 0.34% 0.29% -
HSV(B) 220.8º 0.51% 0.39% -
XYZ 5.41 5.33 12.55 -
YUV 64.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 49 65 99 0.51 0.34 0 0.61 220.8 0.34 0.29
Hex 31 41 63 33 22 0 3D DD 22 1D
Octal 61 101 143 63 42 0 75 335 42 35
Binary 110001 1000001 1100011 110011 100010 0 111101 11011101 100010 11101

Color Harmonies of #314163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314163

Black with #314163

Text Example


Text Example

White with #314163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314163; }

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

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

background-color css

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

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

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

border-color css

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

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

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