#314266

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

Shades of Gulf Blue #314266

Tints of Gulf Blue #314266

Color information

#314266 (or 0x314266) is unknown color: approx Gulf Blue. HEX triplet: 31, 42 and 66. RGB value is (49,66,102). Sum of RGB (Red+Green+Blue) = 49+66+102=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #314266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314266 is #CEBD99. Grayscale: #404040. Windows color (decimal): -13548954 or 6701617. OLE color: 6701617.

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

Color convert

RGB4966102-
CMYK0.520.3500.6
HSL220.75º35.1%29.61%-
HSV(B)220.75º51.96%40%-
XYZ5.615.5113.34-
YUV65.02148.87116.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=22.58%
G=30.41%
B=47.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49661020.520.3500.6220.7535.129.61
Hex314266342303Cdd231e
Octal6110214664430743354336
Binary1100011000010110011011010010001101111001101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314266; }

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

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

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

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

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

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

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

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