#270298

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

Shades of Ultramarine #270298

Tints of Ultramarine #270298

Color information

#270298 (or 0x270298) is unknown color: approx Ultramarine. HEX triplet: 27, 02 and 98. RGB value is (39,2,152). Sum of RGB (Red+Green+Blue) = 39+2+152=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #270298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270298 is #D8FD67. Grayscale: #1D1D1D. Windows color (decimal): -14220648 or 9962023. OLE color: 9962023.

HSL color Cylindrical-coordinate representation of color #270298: hue angle of 254.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270298 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB392152-
CMYK0.740.9900.40
HSL254.8º97.4%30.2%-
HSV(B)254.8º98.68%59.61%-
XYZ6.532.7429.89-
YUV30.16196.76134.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 152 (59.77% from 255) = 78.76%
R=20.21%
G=1.04%
B=78.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3921520.740.9900.40254.897.430.2
Hex272984A63028ff611e
Octal47223011214305037714136
Binary100111101001100010010101100011010100011111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270298; }

 p { color: rgb(39,2,152); }

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

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

 a { background-color: rgb(39,2,152); }

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

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

 span { border-color: rgb(39,2,152); }

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