Html Css Color HEX #353355 Deep Koamaru

📋 copy color: '#353355'

red 53 ◦ green 51 ◦ blue 85

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

Shades of Deep Koamaru #353355

Tints of Deep Koamaru #353355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 28.04%
G = 26.98%
B = 44.97%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353355 (or 0x353355) is known color: Deep Koamaru. HEX triplet: 35, 33 and 55. RGB value is (53,51,85). Sum of RGB (Red+Green+Blue) = 53+51+85=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #353355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353355 is #CACCAA. Grayscale: #373737. Windows color (decimal): -13290667 or 5583669. OLE color: 5583669.

HSL color Cylindrical-coordinate representation of color #353355: hue angle of 243.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353355 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 51 85 -
CMYK 0.38 0.40 0 0.67
HSL 243.53º 0.25% 0.27% -
HSV(B) 243.53º 0.4% 0.33% -
XYZ 4.29 3.78 9.1 -
YUV 55.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 53 51 85 0.38 0.40 0 0.67 243.53 0.25 0.27
Hex 35 33 55 26 28 0 43 F4 19 1B
Octal 65 63 125 46 50 0 103 364 31 33
Binary 110101 110011 1010101 100110 101000 0 1000011 11110100 11001 11011

Color Harmonies of #353355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353355

Black with #353355

Text Example


Text Example

White with #353355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353355; }

 p { color: rgb(53,51,85); }

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

background-color css

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

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

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

border-color css

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

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

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