#353073

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

Shades of Deep Koamaru #353073

Tints of Deep Koamaru #353073

Color information

#353073 (or 0x353073) is unknown color: approx Deep Koamaru. HEX triplet: 35, 30 and 73. RGB value is (53,48,115). Sum of RGB (Red+Green+Blue) = 53+48+115=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #353073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353073 is #CACF8C. Grayscale: #383838. Windows color (decimal): -13291405 or 7548981. OLE color: 7548981.

HSL color Cylindrical-coordinate representation of color #353073: hue angle of 244.48º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353073 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5348115-
CMYK0.540.5800.55
HSL244.48º41.1%31.96%-
HSV(B)244.48º58.26%45.1%-
XYZ5.624.1116.72-
YUV57.13160.66125.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=24.54%
G=22.22%
B=53.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53481150.540.5800.55244.4841.131.96
Hex353073363A037f42920
Octal656016366720673645140
Binary1101011100001110011110110111010011011111110100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353073; }

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

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

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

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

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

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

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

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