#353869

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

Shades of Deep Koamaru #353869

Tints of Deep Koamaru #353869

Color information

#353869 (or 0x353869) is unknown color: approx Deep Koamaru. HEX triplet: 35, 38 and 69. RGB value is (53,56,105). Sum of RGB (Red+Green+Blue) = 53+56+105=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #353869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353869 is #CAC796. Grayscale: #3C3C3C. Windows color (decimal): -13289367 or 6895669. OLE color: 6895669.

HSL color Cylindrical-coordinate representation of color #353869: hue angle of 236.54º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353869 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5356105-
CMYK0.500.4700.59
HSL236.54º32.91%30.98%-
HSV(B)236.54º49.52%41.18%-
XYZ5.434.6113.97-
YUV60.69153.01122.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=24.77%
G=26.17%
B=49.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53561050.500.4700.59236.5432.9130.98
Hex353869322F03Bed211f
Octal657015162570733554137
Binary110101111000110100111001010111101110111110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353869; }

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

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

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

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

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

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

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

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