#273062

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

Shades of Deep Koamaru #273062

Tints of Deep Koamaru #273062

Color information

#273062 (or 0x273062) is unknown color: approx Deep Koamaru. HEX triplet: 27, 30 and 62. RGB value is (39,48,98). Sum of RGB (Red+Green+Blue) = 39+48+98=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #273062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273062 is #D8CF9D. Grayscale: #323232. Windows color (decimal): -14208926 or 6434855. OLE color: 6434855.

HSL color Cylindrical-coordinate representation of color #273062: hue angle of 230.85º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #273062 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB394898-
CMYK0.600.5100.62
HSL230.85º43.07%26.86%-
HSV(B)230.85º60.2%38.43%-
XYZ4.13.4312-
YUV51.01154.52119.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=21.08%
G=25.95%
B=52.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3948980.600.5100.62230.8543.0726.86
Hex2730623C3303Ee72b1b
Octal476014274630763475333
Binary100111110000110001011110011001101111101110011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273062; }

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

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

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

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

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

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

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

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