#353463

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

Shades of Deep Koamaru #353463

Tints of Deep Koamaru #353463

Color information

#353463 (or 0x353463) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 63. RGB value is (53,52,99). Sum of RGB (Red+Green+Blue) = 53+52+99=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #353463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353463 is #CACB9C. Grayscale: #393939. Windows color (decimal): -13290397 or 6501429. OLE color: 6501429.

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

Color convert

RGB535299-
CMYK0.460.4700.61
HSL241.28º31.13%29.61%-
HSV(B)241.28º47.47%38.82%-
XYZ4.954.1112.34-
YUV57.66151.33124.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=25.98%
G=25.49%
B=48.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5352990.460.4700.61241.2831.1329.61
Hex3534632E2F03Df11f1e
Octal656414356570753613736
Binary11010111010011000111011101011110111101111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353463; }

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

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

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

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

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

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

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

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