#303566

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

Shades of Deep Koamaru #303566

Tints of Deep Koamaru #303566

Color information

#303566 (or 0x303566) is unknown color: approx Deep Koamaru. HEX triplet: 30, 35 and 66. RGB value is (48,53,102). Sum of RGB (Red+Green+Blue) = 48+53+102=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #303566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303566 is #CFCA99. Grayscale: #383838. Windows color (decimal): -13617818 or 6698288. OLE color: 6698288.

HSL color Cylindrical-coordinate representation of color #303566: hue angle of 234.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303566 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4853102-
CMYK0.530.4800.6
HSL234.44º36%29.41%-
HSV(B)234.44º52.94%40%-
XYZ4.894.1313.11-
YUV57.09153.34121.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=23.65%
G=26.11%
B=50.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48531020.530.4800.6234.443629.41
Hex303566353003Cea241d
Octal606514665600743524435
Binary110000110101110011011010111000001111001110101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303566; }

 p { color: rgb(48,53,102); }

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

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

 a { background-color: rgb(48,53,102); }

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

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

 span { border-color: rgb(48,53,102); }

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