#2F0CAA

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

Shades of Ultramarine #2F0CAA

Tints of Ultramarine #2F0CAA

Color information

#2F0CAA (or 0x2F0CAA) is unknown color: approx Ultramarine. HEX triplet: 2F, 0C and AA. RGB value is (47,12,170). Sum of RGB (Red+Green+Blue) = 47+12+170=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0CAA is #D0F355. Grayscale: #272727. Windows color (decimal): -13693782 or 11144239. OLE color: 11144239.

HSL color Cylindrical-coordinate representation of color #2F0CAA: hue angle of 253.29º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0CAA is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4712170-
CMYK0.720.9300.33
HSL253.29º86.81%35.69%-
HSV(B)253.29º92.94%66.67%-
XYZ8.563.7738.31-
YUV40.48201.1132.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 170 (66.80% from 255) = 74.24%
R=20.52%
G=5.24%
B=74.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47121700.720.9300.33253.2986.8135.69
Hex2FCAA485D021fd5724
Octal571425211013504137512744
Binary101111110010101010100100010111010100001111111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0CAA; }

 p { color: rgb(47,12,170); }

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

<style>
 a { background-color: #2F0CAA; }

 a { background-color: rgb(47,12,170); }

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

<style>
 span { border-color: #2F0CAA; }

 span { border-color: rgb(47,12,170); }

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