#353665

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

Shades of Deep Koamaru #353665

Tints of Deep Koamaru #353665

Color information

#353665 (or 0x353665) is unknown color: approx Deep Koamaru. HEX triplet: 35, 36 and 65. RGB value is (53,54,101). Sum of RGB (Red+Green+Blue) = 53+54+101=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #353665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353665 is #CAC99A. Grayscale: #3A3A3A. Windows color (decimal): -13289883 or 6633013. OLE color: 6633013.

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

Color convert

RGB5354101-
CMYK0.480.4700.60
HSL238.75º31.17%30.2%-
HSV(B)238.75º47.52%39.61%-
XYZ5.144.3312.88-
YUV59.06151.67123.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=25.48%
G=25.96%
B=48.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53541010.480.4700.60238.7531.1730.2
Hex353665302F03Cef1f1e
Octal656614560570743573736
Binary11010111011011001011100001011110111100111011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353665; }

 p { color: rgb(53,54,101); }

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

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

 a { background-color: rgb(53,54,101); }

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

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

 span { border-color: rgb(53,54,101); }

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