Html Css Color HEX #314460 Gulf Blue

📋 copy color: '#314460'

red 49 ◦ green 68 ◦ blue 96

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

Shades of Gulf Blue #314460

Tints of Gulf Blue #314460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

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

R = 23%
G = 31.92%
B = 45.07%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314460 (or 0x314460) is known color: Gulf Blue. HEX triplet: 31, 44 and 60. RGB value is (49,68,96). Sum of RGB (Red+Green+Blue) = 49+68+96=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #314460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314460 is #CEBB9F. Grayscale: #414141. Windows color (decimal): -13548448 or 6308913. OLE color: 6308913.

HSL color Cylindrical-coordinate representation of color #314460: hue angle of 215.74º 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 #314460 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 68 96 -
CMYK 0.49 0.29 0 0.62
HSL 215.74º 0.32% 0.28% -
HSV(B) 215.74º 0.49% 0.38% -
XYZ 5.45 5.63 11.87 -
YUV 65.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 49 68 96 0.49 0.29 0 0.62 215.74 0.32 0.28
Hex 31 44 60 31 1D 0 3E D8 20 1C
Octal 61 104 140 61 35 0 76 330 40 34
Binary 110001 1000100 1100000 110001 11101 0 111110 11011000 100000 11100

Color Harmonies of #314460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314460

Black with #314460

Text Example


Text Example

White with #314460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314460; }

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

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

background-color css

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

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

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

border-color css

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

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

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