#272195

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

Shades of Ultramarine #272195

Tints of Ultramarine #272195

Color information

#272195 (or 0x272195) is unknown color: approx Ultramarine. HEX triplet: 27, 21 and 95. RGB value is (39,33,149). Sum of RGB (Red+Green+Blue) = 39+33+149=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #272195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272195 is #D8DE6A. Grayscale: #2F2F2F. Windows color (decimal): -14212715 or 9773351. OLE color: 9773351.

HSL color Cylindrical-coordinate representation of color #272195: hue angle of 243.1º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #272195 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3933149-
CMYK0.740.7800.42
HSL243.1º63.74%35.69%-
HSV(B)243.1º77.85%58.43%-
XYZ6.813.6928.79-
YUV48.02184.99121.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=17.65%
G=14.93%
B=67.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39331490.740.7800.42243.163.7435.69
Hex2721954A4E02Af34024
Octal474122511211605236310044
Binary10011110000110010101100101010011100101010111100111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272195; }

 p { color: rgb(39,33,149); }

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

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

 a { background-color: rgb(39,33,149); }

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

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

 span { border-color: rgb(39,33,149); }

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