#353862

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

Shades of Deep Koamaru #353862

Tints of Deep Koamaru #353862

Color information

#353862 (or 0x353862) is unknown color: approx Deep Koamaru. HEX triplet: 35, 38 and 62. RGB value is (53,56,98). Sum of RGB (Red+Green+Blue) = 53+56+98=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #353862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353862 is #CAC79D. Grayscale: #3B3B3B. Windows color (decimal): -13289374 or 6436917. OLE color: 6436917.

HSL color Cylindrical-coordinate representation of color #353862: hue angle of 236º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353862 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB535698-
CMYK0.460.4300.62
HSL236º29.8%29.61%-
HSV(B)236º45.92%38.43%-
XYZ5.094.4712.15-
YUV59.89149.51123.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=25.60%
G=27.05%
B=47.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5356980.460.4300.6223629.829.61
Hex3538622E2B03Eec1e1e
Octal657014256530763543636
Binary11010111100011000101011101010110111110111011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353862; }

 p { color: rgb(53,56,98); }

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

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

 a { background-color: rgb(53,56,98); }

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

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

 span { border-color: rgb(53,56,98); }

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