#3501B2

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

Shades of Ultramarine #3501B2

Tints of Ultramarine #3501B2

Color information

#3501B2 (or 0x3501B2) is unknown color: approx Ultramarine. HEX triplet: 35, 01 and B2. RGB value is (53,1,178). Sum of RGB (Red+Green+Blue) = 53+1+178=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 178 (69.92% from 255 or 76.72% from 232); Max value from RGB is 178 - color contains mainly: blue. Hex color #3501B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3501B2 is #CAFE4D. Grayscale: #242424. Windows color (decimal): -13303374 or 11665717. OLE color: 11665717.

HSL color Cylindrical-coordinate representation of color #3501B2: hue angle of 257.63º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3501B2 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB531178-
CMYK0.700.9900.30
HSL257.63º98.88%35.1%-
HSV(B)257.63º99.44%69.8%-
XYZ9.513.9942.39-
YUV36.73207.73139.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 178 (69.92% from 255) = 76.72%
R=22.84%
G=0.43%
B=76.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5311780.700.9900.30257.6398.8835.1
Hex351B2466301E1026323
Octal65126210614303640214343
Binary110101110110010100011011000110111101000000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3501B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3501B2; }

 p { color: rgb(53,1,178); }

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

<style>
 a { background-color: #3501B2; }

 a { background-color: rgb(53,1,178); }

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

<style>
 span { border-color: #3501B2; }

 span { border-color: rgb(53,1,178); }

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