Html Css Color HEX #314263 Gulf Blue

📋 copy color: '#314263'

red 49 ◦ green 66 ◦ blue 99

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

Shades of Gulf Blue #314263

Tints of Gulf Blue #314263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

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

R = 22.9%
G = 30.84%
B = 46.26%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#314263 (or 0x314263) is known color: Gulf Blue. HEX triplet: 31, 42 and 63. RGB value is (49,66,99). Sum of RGB (Red+Green+Blue) = 49+66+99=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #314263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314263 is #CEBD9C. Grayscale: #404040. Windows color (decimal): -13548957 or 6505009. OLE color: 6505009.

HSL color Cylindrical-coordinate representation of color #314263: hue angle of 219.6º 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 #314263 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 66 99 -
CMYK 0.51 0.33 0 0.61
HSL 219.6º 0.34% 0.29% -
HSV(B) 219.6º 0.51% 0.39% -
XYZ 5.47 5.45 12.57 -
YUV 64.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 49 66 99 0.51 0.33 0 0.61 219.6 0.34 0.29
Hex 31 42 63 33 21 0 3D DC 22 1D
Octal 61 102 143 63 41 0 75 334 42 35
Binary 110001 1000010 1100011 110011 100001 0 111101 11011100 100010 11101

Color Harmonies of #314263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314263

Black with #314263

Text Example


Text Example

White with #314263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314263; }

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

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

background-color css

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

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

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

border-color css

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

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

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