#3405B0

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

Shades of Ultramarine #3405B0

Tints of Ultramarine #3405B0

Color information

#3405B0 (or 0x3405B0) is unknown color: approx Ultramarine. HEX triplet: 34, 05 and B0. RGB value is (52,5,176). Sum of RGB (Red+Green+Blue) = 52+5+176=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 176 (69.14% from 255 or 75.54% from 233); Max value from RGB is 176 - color contains mainly: blue. Hex color #3405B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3405B0 is #CBFA4F. Grayscale: #252525. Windows color (decimal): -13367888 or 11535668. OLE color: 11535668.

HSL color Cylindrical-coordinate representation of color #3405B0: hue angle of 256.49º 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 #3405B0 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB525176-
CMYK0.700.9700.31
HSL256.49º94.48%35.49%-
HSV(B)256.49º97.16%69.02%-
XYZ9.313.9741.35-
YUV38.55205.57137.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 176 (69.14% from 255) = 75.54%
R=22.32%
G=2.15%
B=75.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5251760.700.9700.31256.4994.4835.49
Hex345B0466101F1005e23
Octal64526010614103740013643
Binary11010010110110000100011011000010111111000000001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3405B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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