Html Css Color HEX #353370 Deep Koamaru

📋 copy color: '#353370'

red 53 ◦ green 51 ◦ blue 112

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

Shades of Deep Koamaru #353370

Tints of Deep Koamaru #353370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 24.54%
G = 23.61%
B = 51.85%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353370 (or 0x353370) is known color: Deep Koamaru. HEX triplet: 35, 33 and 70. RGB value is (53,51,112). Sum of RGB (Red+Green+Blue) = 53+51+112=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #353370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353370 is #CACC8F. Grayscale: #3A3A3A. Windows color (decimal): -13290640 or 7353141. OLE color: 7353141.

HSL color Cylindrical-coordinate representation of color #353370: hue angle of 241.97º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353370 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 51 112 -
CMYK 0.53 0.54 0 0.56
HSL 241.97º 0.37% 0.32% -
HSV(B) 241.97º 0.54% 0.44% -
XYZ 5.58 4.29 15.86 -
YUV 58.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 53 51 112 0.53 0.54 0 0.56 241.97 0.37 0.32
Hex 35 33 70 35 36 0 38 F2 25 20
Octal 65 63 160 65 66 0 70 362 45 40
Binary 110101 110011 1110000 110101 110110 0 111000 11110010 100101 100000

Color Harmonies of #353370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353370

Black with #353370

Text Example


Text Example

White with #353370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353370; }

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

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

background-color css

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

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

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

border-color css

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

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

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