#273070

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

Shades of Deep Koamaru #273070

Tints of Deep Koamaru #273070

Color information

#273070 (or 0x273070) is unknown color: approx Deep Koamaru. HEX triplet: 27, 30 and 70. RGB value is (39,48,112). Sum of RGB (Red+Green+Blue) = 39+48+112=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #273070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273070 is #D8CF8F. Grayscale: #343434. Windows color (decimal): -14208912 or 7352359. OLE color: 7352359.

HSL color Cylindrical-coordinate representation of color #273070: hue angle of 232.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273070 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3948112-
CMYK0.650.5700.56
HSL232.6º48.34%29.61%-
HSV(B)232.6º65.18%43.92%-
XYZ4.823.7215.79-
YUV52.6161.52118.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=19.60%
G=24.12%
B=56.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39481120.650.5700.56232.648.3429.61
Hex2730704139038e9301e
Octal4760160101710703516036
Binary1001111100001110000100000111100101110001110100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273070; }

 p { color: rgb(39,48,112); }

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

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

 a { background-color: rgb(39,48,112); }

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

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

 span { border-color: rgb(39,48,112); }

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