Html Css Color HEX #314566 Gulf Blue

📋 copy color: '#314566'

red 49 ◦ green 69 ◦ blue 102

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

Shades of Gulf Blue #314566

Tints of Gulf Blue #314566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

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

R = 22.27%
G = 31.36%
B = 46.36%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#314566 (or 0x314566) is known color: Gulf Blue. HEX triplet: 31, 45 and 66. RGB value is (49,69,102). Sum of RGB (Red+Green+Blue) = 49+69+102=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #314566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314566 is #CEBA99. Grayscale: #424242. Windows color (decimal): -13548186 or 6702385. OLE color: 6702385.

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

Color convert

RGB 49 69 102 -
CMYK 0.52 0.32 0 0.6
HSL 217.36º 0.35% 0.3% -
HSV(B) 217.36º 0.52% 0.4% -
XYZ 5.79 5.87 13.4 -
YUV 66.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 49 69 102 0.52 0.32 0 0.6 217.36 0.35 0.3
Hex 31 45 66 34 20 0 3C D9 23 1E
Octal 61 105 146 64 40 0 74 331 43 36
Binary 110001 1000101 1100110 110100 100000 0 111100 11011001 100011 11110

Color Harmonies of #314566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314566

Black with #314566

Text Example


Text Example

White with #314566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314566; }

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

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

background-color css

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

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

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

border-color css

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

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

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