#3307A8

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

Shades of Ultramarine #3307A8

Tints of Ultramarine #3307A8

Color information

#3307A8 (or 0x3307A8) is unknown color: approx Ultramarine. HEX triplet: 33, 07 and A8. RGB value is (51,7,168). Sum of RGB (Red+Green+Blue) = 51+7+168=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 168 (66.02% from 255 or 74.34% from 226); Max value from RGB is 168 - color contains mainly: blue. Hex color #3307A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3307A8 is #CCF857. Grayscale: #252525. Windows color (decimal): -13432920 or 11011891. OLE color: 11011891.

HSL color Cylindrical-coordinate representation of color #3307A8: hue angle of 256.4º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3307A8 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB517168-
CMYK0.700.9600.34
HSL256.4º92%34.31%-
HSV(B)256.4º95.83%65.88%-
XYZ8.513.6837.31-
YUV38.51201.08136.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 7 (3.12% from 255) = 3.10%
BLUE value IS 168 (66.02% from 255) = 74.34%
R=22.57%
G=3.10%
B=74.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5171680.700.9600.34256.49234.31
Hex337A846600221005c22
Octal63725010614004240013442
Binary110011111101010001000110110000001000101000000001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3307A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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