Html Css Color HEX #314666 Gulf Blue

📋 copy color: '#314666'

red 49 ◦ green 70 ◦ blue 102

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

Shades of Gulf Blue #314666

Tints of Gulf Blue #314666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 22.17%
G = 31.67%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#314666 (or 0x314666) is known color: Gulf Blue. HEX triplet: 31, 46 and 66. RGB value is (49,70,102). Sum of RGB (Red+Green+Blue) = 49+70+102=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #314666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314666 is #CEB999. Grayscale: #434343. Windows color (decimal): -13547930 or 6702641. OLE color: 6702641.

HSL color Cylindrical-coordinate representation of color #314666: hue angle of 216.23º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #314666 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 70 102 -
CMYK 0.52 0.31 0 0.6
HSL 216.23º 0.35% 0.3% -
HSV(B) 216.23º 0.52% 0.4% -
XYZ 5.86 5.99 13.42 -
YUV 67.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 49 70 102 0.52 0.31 0 0.6 216.23 0.35 0.3
Hex 31 46 66 34 1F 0 3C D8 23 1E
Octal 61 106 146 64 37 0 74 330 43 36
Binary 110001 1000110 1100110 110100 11111 0 111100 11011000 100011 11110

Color Harmonies of #314666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314666

Black with #314666

Text Example


Text Example

White with #314666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314666; }

 p { color: rgb(49,70,102); }

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

background-color css

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

 a { background-color: rgb(49,70,102); }

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

border-color css

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

 span { border-color: rgb(49,70,102); }

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