Html Css Color HEX #353565 Deep Koamaru

📋 copy color: '#353565'

red 53 ◦ green 53 ◦ blue 101

#353565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #353565

Tints of Deep Koamaru #353565

RGB

 RED value IS 53 (21.09% from 255) = 25.6%

 GREEN value IS 53 (21.09% from 255) = 25.6%

 BLUE value IS 101 (39.84% from 255) = 48.79%

R = 25.6%
G = 25.6%
B = 48.79%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#353565 (or 0x353565) is known color: Deep Koamaru. HEX triplet: 35, 35 and 65. RGB value is (53,53,101). Sum of RGB (Red+Green+Blue) = 53+53+101=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #353565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353565 is #CACA9A. Grayscale: #3A3A3A. Windows color (decimal): -13290139 or 6632757. OLE color: 6632757.

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

Color convert

RGB 53 53 101 -
CMYK 0.48 0.48 0 0.60
HSL 240º 0.31% 0.3% -
HSV(B) 240º 0.48% 0.4% -
XYZ 5.09 4.24 12.86 -
YUV 58.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 53 53 101 0.48 0.48 0 0.60 240 0.31 0.3
Hex 35 35 65 30 30 0 3C F0 1F 1E
Octal 65 65 145 60 60 0 74 360 37 36
Binary 110101 110101 1100101 110000 110000 0 111100 11110000 11111 11110

Color Harmonies of #353565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353565

Black with #353565

Text Example


Text Example

White with #353565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353565; }

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

 H1.HeaderClassName
 {
   color: #353565;
 }
 .AnyTagClassName
 {
   color: #353565;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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