#270393

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

Shades of Ultramarine #270393

Tints of Ultramarine #270393

Color information

#270393 (or 0x270393) is unknown color: approx Ultramarine. HEX triplet: 27, 03 and 93. RGB value is (39,3,147). Sum of RGB (Red+Green+Blue) = 39+3+147=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #270393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270393 is #D8FC6C. Grayscale: #1D1D1D. Windows color (decimal): -14220397 or 9634599. OLE color: 9634599.

HSL color Cylindrical-coordinate representation of color #270393: hue angle of 255º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270393 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB393147-
CMYK0.730.9800.42
HSL255º96%29.41%-
HSV(B)255º97.96%57.65%-
XYZ6.142.627.78-
YUV30.18193.93134.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 147 (57.81% from 255) = 77.78%
R=20.63%
G=1.59%
B=77.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3931470.730.9800.422559629.41
Hex27393496202Aff601d
Octal47322311114205237714035
Binary100111111001001110010011100010010101011111111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270393; }

 p { color: rgb(39,3,147); }

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

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

 a { background-color: rgb(39,3,147); }

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

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

 span { border-color: rgb(39,3,147); }

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