Html Css Color HEX #314363 Gulf Blue

📋 copy color: '#314363'

red 49 ◦ green 67 ◦ blue 99

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

Shades of Gulf Blue #314363

Tints of Gulf Blue #314363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

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

R = 22.79%
G = 31.16%
B = 46.05%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#314363 (or 0x314363) is known color: Gulf Blue. HEX triplet: 31, 43 and 63. RGB value is (49,67,99). Sum of RGB (Red+Green+Blue) = 49+67+99=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #314363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314363 is #CEBC9C. Grayscale: #414141. Windows color (decimal): -13548701 or 6505265. OLE color: 6505265.

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

Color convert

RGB 49 67 99 -
CMYK 0.51 0.32 0 0.61
HSL 218.4º 0.34% 0.29% -
HSV(B) 218.4º 0.51% 0.39% -
XYZ 5.53 5.57 12.59 -
YUV 65.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 49 67 99 0.51 0.32 0 0.61 218.4 0.34 0.29
Hex 31 43 63 33 20 0 3D DA 22 1D
Octal 61 103 143 63 40 0 75 332 42 35
Binary 110001 1000011 1100011 110011 100000 0 111101 11011010 100010 11101

Color Harmonies of #314363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314363

Black with #314363

Text Example


Text Example

White with #314363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314363; }

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

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

background-color css

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

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

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

border-color css

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

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

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