#3305B0

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

Shades of Ultramarine #3305B0

Tints of Ultramarine #3305B0

Color information

#3305B0 (or 0x3305B0) is unknown color: approx Ultramarine. HEX triplet: 33, 05 and B0. RGB value is (51,5,176). Sum of RGB (Red+Green+Blue) = 51+5+176=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #3305B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3305B0 is #CCFA4F. Grayscale: #252525. Windows color (decimal): -13433424 or 11535667. OLE color: 11535667.

HSL color Cylindrical-coordinate representation of color #3305B0: hue angle of 256.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3305B0 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB515176-
CMYK0.710.9700.31
HSL256.14º94.48%35.49%-
HSV(B)256.14º97.16%69.02%-
XYZ9.263.9541.35-
YUV38.25205.74137.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 176 (69.14% from 255) = 75.86%
R=21.98%
G=2.16%
B=75.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5151760.710.9700.31256.1494.4835.49
Hex335B0476101F1005e23
Octal63526010714103740013643
Binary11001110110110000100011111000010111111000000001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3305B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3305B0; }

 p { color: rgb(51,5,176); }

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

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

 a { background-color: rgb(51,5,176); }

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

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

 span { border-color: rgb(51,5,176); }

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