#272695

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

Shades of Ultramarine #272695

Tints of Ultramarine #272695

Color information

#272695 (or 0x272695) is unknown color: approx Ultramarine. HEX triplet: 27, 26 and 95. RGB value is (39,38,149). Sum of RGB (Red+Green+Blue) = 39+38+149=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #272695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272695 is #D8D96A. Grayscale: #323232. Windows color (decimal): -14211435 or 9774631. OLE color: 9774631.

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

Color convert

RGB3938149-
CMYK0.740.7400.42
HSL240.54º59.36%36.67%-
HSV(B)240.54º74.5%58.43%-
XYZ6.953.9928.84-
YUV50.95183.33119.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 149 (58.59% from 255) = 65.93%
R=17.26%
G=16.81%
B=65.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39381490.740.7400.42240.5459.3636.67
Hex2726954A4A02Af13b25
Octal47462251121120523617345
Binary1001111001101001010110010101001010010101011110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272695; }

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

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

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

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

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

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

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

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