#314466

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

Shades of Gulf Blue #314466

Tints of Gulf Blue #314466

Color information

#314466 (or 0x314466) is unknown color: approx Gulf Blue. HEX triplet: 31, 44 and 66. RGB value is (49,68,102). Sum of RGB (Red+Green+Blue) = 49+68+102=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #314466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314466 is #CEBB99. Grayscale: #424242. Windows color (decimal): -13548442 or 6702129. OLE color: 6702129.

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

Color convert

RGB4968102-
CMYK0.520.3300.6
HSL218.49º35.1%29.61%-
HSV(B)218.49º51.96%40%-
XYZ5.735.7513.38-
YUV66.19148.21115.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=22.37%
G=31.05%
B=46.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49681020.520.3300.6218.4935.129.61
Hex314466342103Cda231e
Octal6110414664410743324336
Binary1100011000100110011011010010000101111001101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314466; }

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

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

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

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

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

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

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

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