#353464

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

Shades of Deep Koamaru #353464

Tints of Deep Koamaru #353464

Color information

#353464 (or 0x353464) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 64. RGB value is (53,52,100). Sum of RGB (Red+Green+Blue) = 53+52+100=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #353464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353464 is #CACB9B. Grayscale: #393939. Windows color (decimal): -13290396 or 6566965. OLE color: 6566965.

HSL color Cylindrical-coordinate representation of color #353464: hue angle of 241.25º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353464 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5352100-
CMYK0.470.4800.61
HSL241.25º31.58%29.8%-
HSV(B)241.25º48%39.22%-
XYZ54.1312.59-
YUV57.77151.83124.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 100 (39.45% from 255) = 48.78%
R=25.85%
G=25.37%
B=48.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53521000.470.4800.61241.2531.5829.8
Hex3534642F3003Df1201e
Octal656414457600753614036
Binary110101110100110010010111111000001111011111000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353464; }

 p { color: rgb(53,52,100); }

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

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

 a { background-color: rgb(53,52,100); }

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

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

 span { border-color: rgb(53,52,100); }

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