#314469

Color #314469 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #314469

Tints of Gulf Blue #314469

Color information

#314469 (or 0x314469) is unknown color: approx Gulf Blue. HEX triplet: 31, 44 and 69. RGB value is (49,68,105). Sum of RGB (Red+Green+Blue) = 49+68+105=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #314469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314469 is #CEBB96. Grayscale: #424242. Windows color (decimal): -13548439 or 6898737. OLE color: 6898737.

HSL color Cylindrical-coordinate representation of color #314469: hue angle of 219.64º 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 #314469 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4968105-
CMYK0.530.3500.59
HSL219.64º36.36%30.2%-
HSV(B)219.64º53.33%41.18%-
XYZ5.885.8114.18-
YUV66.54149.71115.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=22.07%
G=30.63%
B=47.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49681050.530.3500.59219.6436.3630.2
Hex314469352303Bdc241e
Octal6110415165430733344436
Binary1100011000100110100111010110001101110111101110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314469; }

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

 H1.HeaderClassName
 {
   color: #314469;
 }
 .AnyTagClassName
 {
   color: #314469;
 }
</style>
background-color css

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

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

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

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

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

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