#2C08AF

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

Shades of Ultramarine #2C08AF

Tints of Ultramarine #2C08AF

Color information

#2C08AF (or 0x2C08AF) is unknown color: approx Ultramarine. HEX triplet: 2C, 08 and AF. RGB value is (44,8,175). Sum of RGB (Red+Green+Blue) = 44+8+175=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C08AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C08AF is #D3F750. Grayscale: #252525. Windows color (decimal): -13891409 or 11470892. OLE color: 11470892.

HSL color Cylindrical-coordinate representation of color #2C08AF: hue angle of 252.93º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C08AF is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB448175-
CMYK0.750.9500.31
HSL252.93º91.26%35.88%-
HSV(B)252.93º95.43%68.63%-
XYZ8.863.840.82-
YUV37.8205.43132.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 175 (68.75% from 255) = 77.09%
R=19.38%
G=3.52%
B=77.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4481750.750.9500.31252.9391.2635.88
Hex2C8AF4B5F01Ffd5b24
Octal541025711313703737513344
Binary10110010001010111110010111011111011111111111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C08AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,8,175); }

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

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

 a { background-color: rgb(44,8,175); }

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

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

 span { border-color: rgb(44,8,175); }

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