#2705A3

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

Shades of Ultramarine #2705A3

Tints of Ultramarine #2705A3

Color information

#2705A3 (or 0x2705A3) is unknown color: approx Ultramarine. HEX triplet: 27, 05 and A3. RGB value is (39,5,163). Sum of RGB (Red+Green+Blue) = 39+5+163=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 163 (64.06% from 255 or 78.74% from 207); Max value from RGB is 163 - color contains mainly: blue. Hex color #2705A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2705A3 is #D8FA5C. Grayscale: #202020. Windows color (decimal): -14219869 or 10683687. OLE color: 10683687.

HSL color Cylindrical-coordinate representation of color #2705A3: hue angle of 252.91º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2705A3 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB395163-
CMYK0.760.9700.36
HSL252.91º94.05%32.94%-
HSV(B)252.91º96.93%63.92%-
XYZ7.53.1834.87-
YUV33.18201.26132.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 163 (64.06% from 255) = 78.74%
R=18.84%
G=2.42%
B=78.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3951630.760.9700.36252.9194.0532.94
Hex275A34C61024fd5e21
Octal47524311414104437513641
Binary10011110110100011100110011000010100100111111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2705A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2705A3; }

 p { color: rgb(39,5,163); }

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

<style>
 a { background-color: #2705A3; }

 a { background-color: rgb(39,5,163); }

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

<style>
 span { border-color: #2705A3; }

 span { border-color: rgb(39,5,163); }

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