#3307AE

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

Shades of Ultramarine #3307AE

Tints of Ultramarine #3307AE

Color information

#3307AE (or 0x3307AE) is unknown color: approx Ultramarine. HEX triplet: 33, 07 and AE. RGB value is (51,7,174). Sum of RGB (Red+Green+Blue) = 51+7+174=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #3307AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3307AE is #CCF851. Grayscale: #262626. Windows color (decimal): -13432914 or 11405107. OLE color: 11405107.

HSL color Cylindrical-coordinate representation of color #3307AE: hue angle of 255.81º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3307AE is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB517174-
CMYK0.710.9600.32
HSL255.81º92.27%35.49%-
HSV(B)255.81º95.98%68.24%-
XYZ9.083.9140.32-
YUV39.19204.08136.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 7 (3.12% from 255) = 3.02%
BLUE value IS 174 (68.36% from 255) = 75%
R=21.98%
G=3.02%
B=75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5171740.710.9600.32255.8192.2735.49
Hex337AE47600201005c23
Octal63725610714004040013443
Binary110011111101011101000111110000001000001000000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3307AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3307AE; }

 p { color: rgb(51,7,174); }

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

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

 a { background-color: rgb(51,7,174); }

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

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

 span { border-color: rgb(51,7,174); }

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