Html Css Color HEX #353571 Deep Koamaru

📋 copy color: '#353571'

red 53 ◦ green 53 ◦ blue 113

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

Shades of Deep Koamaru #353571

Tints of Deep Koamaru #353571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 24.2%
G = 24.2%
B = 51.6%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353571 (or 0x353571) is known color: Deep Koamaru. HEX triplet: 35, 35 and 71. RGB value is (53,53,113). Sum of RGB (Red+Green+Blue) = 53+53+113=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #353571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353571 is #CACA8E. Grayscale: #3B3B3B. Windows color (decimal): -13290127 or 7419189. OLE color: 7419189.

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

Color convert

RGB 53 53 113 -
CMYK 0.53 0.53 0 0.56
HSL 240º 0.36% 0.33% -
HSV(B) 240º 0.53% 0.44% -
XYZ 5.72 4.5 16.19 -
YUV 59.84 158 123.12 -
System Red Green Blue C M Y K H S L
Decimal 53 53 113 0.53 0.53 0 0.56 240 0.36 0.33
Hex 35 35 71 35 35 0 38 F0 24 21
Octal 65 65 161 65 65 0 70 360 44 41
Binary 110101 110101 1110001 110101 110101 0 111000 11110000 100100 100001

Color Harmonies of #353571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353571

Black with #353571

Text Example


Text Example

White with #353571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353571; }

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

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

background-color css

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

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

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

border-color css

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

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

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