#353066

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

Shades of Deep Koamaru #353066

Tints of Deep Koamaru #353066

Color information

#353066 (or 0x353066) is unknown color: approx Deep Koamaru. HEX triplet: 35, 30 and 66. RGB value is (53,48,102). Sum of RGB (Red+Green+Blue) = 53+48+102=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 48 (19.14% from 255 or 23.65% 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 #353066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353066 is #CACF99. Grayscale: #373737. Windows color (decimal): -13291418 or 6697013. OLE color: 6697013.

HSL color Cylindrical-coordinate representation of color #353066: hue angle of 245.56º 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 #353066 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5348102-
CMYK0.480.5300.6
HSL245.56º36%29.41%-
HSV(B)245.56º52.94%40%-
XYZ4.923.8313.05-
YUV55.65154.16126.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53481020.480.5300.6245.563629.41
Hex353066303503Cf6241d
Octal656014660650743664435
Binary110101110000110011011000011010101111001111011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353066; }

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

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

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

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

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

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

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

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