Html Css Color HEX #353365 Deep Koamaru

📋 copy color: '#353365'

red 53 ◦ green 51 ◦ blue 101

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

Shades of Deep Koamaru #353365

Tints of Deep Koamaru #353365

RGB

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

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

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

R = 25.85%
G = 24.88%
B = 49.27%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#353365 (or 0x353365) is known color: Deep Koamaru. HEX triplet: 35, 33 and 65. RGB value is (53,51,101). Sum of RGB (Red+Green+Blue) = 53+51+101=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #353365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353365 is #CACC9A. Grayscale: #393939. Windows color (decimal): -13290651 or 6632245. OLE color: 6632245.

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

Color convert

RGB 53 51 101 -
CMYK 0.48 0.50 0 0.60
HSL 242.4º 0.33% 0.3% -
HSV(B) 242.4º 0.5% 0.4% -
XYZ 5 4.06 12.83 -
YUV 57.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 53 51 101 0.48 0.50 0 0.60 242.4 0.33 0.3
Hex 35 33 65 30 32 0 3C F2 21 1E
Octal 65 63 145 60 62 0 74 362 41 36
Binary 110101 110011 1100101 110000 110010 0 111100 11110010 100001 11110

Color Harmonies of #353365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353365

Black with #353365

Text Example


Text Example

White with #353365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353365; }

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

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

background-color css

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

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

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

border-color css

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

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

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