#350FAB

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

Shades of Ultramarine #350FAB

Tints of Ultramarine #350FAB

Color information

#350FAB (or 0x350FAB) is unknown color: approx Ultramarine. HEX triplet: 35, 0F and AB. RGB value is (53,15,171). Sum of RGB (Red+Green+Blue) = 53+15+171=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #350FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FAB is #CAF054. Grayscale: #2B2B2B. Windows color (decimal): -13299797 or 11210549. OLE color: 11210549.

HSL color Cylindrical-coordinate representation of color #350FAB: hue angle of 254.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350FAB is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5315171-
CMYK0.690.9100.33
HSL254.62º83.87%36.47%-
HSV(B)254.62º91.23%67.06%-
XYZ8.994.0438.83-
YUV44.15199.59134.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 15 (6.25% from 255) = 6.28%
BLUE value IS 171 (67.19% from 255) = 71.55%
R=22.18%
G=6.28%
B=71.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53151710.690.9100.33254.6283.8736.47
Hex35FAB455B021ff5424
Octal651725310513304137712444
Binary110101111110101011100010110110110100001111111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350FAB; }

 p { color: rgb(53,15,171); }

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

<style>
 a { background-color: #350FAB; }

 a { background-color: rgb(53,15,171); }

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

<style>
 span { border-color: #350FAB; }

 span { border-color: rgb(53,15,171); }

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