#303561

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

Shades of Deep Koamaru #303561

Tints of Deep Koamaru #303561

Color information

#303561 (or 0x303561) is unknown color: approx Deep Koamaru. HEX triplet: 30, 35 and 61. RGB value is (48,53,97). Sum of RGB (Red+Green+Blue) = 48+53+97=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #303561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303561 is #CFCA9E. Grayscale: #383838. Windows color (decimal): -13617823 or 6370608. OLE color: 6370608.

HSL color Cylindrical-coordinate representation of color #303561: hue angle of 233.88º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303561 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB485397-
CMYK0.510.4500.62
HSL233.88º33.79%28.43%-
HSV(B)233.88º50.52%38.04%-
XYZ4.654.0411.84-
YUV56.52150.84121.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=24.24%
G=26.77%
B=48.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4853970.510.4500.62233.8833.7928.43
Hex303561332D03Eea221c
Octal606514163550763524234
Binary110000110101110000111001110110101111101110101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303561; }

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

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

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

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

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

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

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

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