#273065

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

Shades of Deep Koamaru #273065

Tints of Deep Koamaru #273065

Color information

#273065 (or 0x273065) is unknown color: approx Deep Koamaru. HEX triplet: 27, 30 and 65. RGB value is (39,48,101). Sum of RGB (Red+Green+Blue) = 39+48+101=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #273065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273065 is #D8CF9A. Grayscale: #333333. Windows color (decimal): -14208923 or 6631463. OLE color: 6631463.

HSL color Cylindrical-coordinate representation of color #273065: hue angle of 231.29º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273065 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3948101-
CMYK0.610.5200.60
HSL231.29º44.29%27.45%-
HSV(B)231.29º61.39%39.61%-
XYZ4.243.4812.76-
YUV51.35156.02119.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=20.74%
G=25.53%
B=53.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39481010.610.5200.60231.2944.2927.45
Hex2730653D3403Ce72c1b
Octal476014575640743475433
Binary100111110000110010111110111010001111001110011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273065; }

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

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

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

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

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

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

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

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