Html Css Color HEX #353356 Deep Koamaru

📋 copy color: '#353356'

red 53 ◦ green 51 ◦ blue 86

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

Shades of Deep Koamaru #353356

Tints of Deep Koamaru #353356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.26%

R = 27.89%
G = 26.84%
B = 45.26%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#353356 (or 0x353356) is known color: Deep Koamaru. HEX triplet: 35, 33 and 56. RGB value is (53,51,86). Sum of RGB (Red+Green+Blue) = 53+51+86=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #353356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353356 is #CACCA9. Grayscale: #373737. Windows color (decimal): -13290666 or 5649205. OLE color: 5649205.

HSL color Cylindrical-coordinate representation of color #353356: hue angle of 243.43º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #353356 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 51 86 -
CMYK 0.38 0.41 0 0.66
HSL 243.43º 0.26% 0.27% -
HSV(B) 243.43º 0.41% 0.34% -
XYZ 4.33 3.8 9.31 -
YUV 55.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 53 51 86 0.38 0.41 0 0.66 243.43 0.26 0.27
Hex 35 33 56 26 29 0 42 F3 1A 1B
Octal 65 63 126 46 51 0 102 363 32 33
Binary 110101 110011 1010110 100110 101001 0 1000010 11110011 11010 11011

Color Harmonies of #353356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353356

Black with #353356

Text Example


Text Example

White with #353356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353356; }

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

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

background-color css

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

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

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

border-color css

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

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

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