Html Css Color HEX #314769 Gulf Blue

📋 copy color: '#314769'

red 49 ◦ green 71 ◦ blue 105

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

Shades of Gulf Blue #314769

Tints of Gulf Blue #314769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 21.78%
G = 31.56%
B = 46.67%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#314769 (or 0x314769) is known color: Gulf Blue. HEX triplet: 31, 47 and 69. RGB value is (49,71,105). Sum of RGB (Red+Green+Blue) = 49+71+105=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #314769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314769 is #CEB896. Grayscale: #444444. Windows color (decimal): -13547671 or 6899505. OLE color: 6899505.

HSL color Cylindrical-coordinate representation of color #314769: hue angle of 216.43º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314769 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 71 105 -
CMYK 0.53 0.32 0 0.59
HSL 216.43º 0.36% 0.3% -
HSV(B) 216.43º 0.53% 0.41% -
XYZ 6.07 6.18 14.24 -
YUV 68.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 49 71 105 0.53 0.32 0 0.59 216.43 0.36 0.3
Hex 31 47 69 35 20 0 3B D8 24 1E
Octal 61 107 151 65 40 0 73 330 44 36
Binary 110001 1000111 1101001 110101 100000 0 111011 11011000 100100 11110

Color Harmonies of #314769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314769

Black with #314769

Text Example


Text Example

White with #314769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314769; }

 p { color: rgb(49,71,105); }

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

background-color css

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

 a { background-color: rgb(49,71,105); }

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

border-color css

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

 span { border-color: rgb(49,71,105); }

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