#353769

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

Shades of Deep Koamaru #353769

Tints of Deep Koamaru #353769

Color information

#353769 (or 0x353769) is unknown color: approx Deep Koamaru. HEX triplet: 35, 37 and 69. RGB value is (53,55,105). Sum of RGB (Red+Green+Blue) = 53+55+105=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #353769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353769 is #CAC896. Grayscale: #3B3B3B. Windows color (decimal): -13289623 or 6895413. OLE color: 6895413.

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

Color convert

RGB5355105-
CMYK0.500.4800.59
HSL237.69º32.91%30.98%-
HSV(B)237.69º49.52%41.18%-
XYZ5.384.5113.95-
YUV60.1153.34122.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=24.88%
G=25.82%
B=49.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53551050.500.4800.59237.6932.9130.98
Hex353769323003Bee211f
Octal656715162600733564137
Binary110101110111110100111001011000001110111110111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353769; }

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

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

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

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

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

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

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

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