#314567

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

Shades of Gulf Blue #314567

Tints of Gulf Blue #314567

Color information

#314567 (or 0x314567) is unknown color: approx Gulf Blue. HEX triplet: 31, 45 and 67. RGB value is (49,69,103). Sum of RGB (Red+Green+Blue) = 49+69+103=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #314567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314567 is #CEBA98. Grayscale: #424242. Windows color (decimal): -13548185 or 6767921. OLE color: 6767921.

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

Color convert

RGB4969103-
CMYK0.520.3300.60
HSL217.78º35.53%29.8%-
HSV(B)217.78º52.43%40.39%-
XYZ5.845.8913.66-
YUV66.9148.37115.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 103 (40.62% from 255) = 46.61%
R=22.17%
G=31.22%
B=46.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49691030.520.3300.60217.7835.5329.8
Hex314567342103Cda241e
Octal6110514764410743324436
Binary1100011000101110011111010010000101111001101101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314567; }

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

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

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

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

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

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

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

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