#3314B6

Color #3314B6 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3314B6

Tints of Ultramarine #3314B6

Color information

#3314B6 (or 0x3314B6) is unknown color: approx Ultramarine. HEX triplet: 33, 14 and B6. RGB value is (51,20,182). Sum of RGB (Red+Green+Blue) = 51+20+182=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 182 (71.48% from 255 or 71.94% from 253); Max value from RGB is 182 - color contains mainly: blue. Hex color #3314B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314B6 is #CCEB49. Grayscale: #2F2F2F. Windows color (decimal): -13429578 or 11932723. OLE color: 11932723.

HSL color Cylindrical-coordinate representation of color #3314B6: hue angle of 251.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3314B6 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5120182-
CMYK0.720.8900.29
HSL251.48º80.2%39.61%-
HSV(B)251.48º89.01%71.37%-
XYZ10.064.5844.61-
YUV47.74203.77130.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 182 (71.48% from 255) = 71.94%
R=20.16%
G=7.91%
B=71.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51201820.720.8900.29251.4880.239.61
Hex3314B6485901Dfb5028
Octal632426611013103537312050
Binary110011101001011011010010001011001011101111110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3314B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3314B6; }

 p { color: rgb(51,20,182); }

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

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

 a { background-color: rgb(51,20,182); }

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

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

 span { border-color: rgb(51,20,182); }

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