Html Css Color HEX #353572 Deep Koamaru

📋 copy color: '#353572'

red 53 ◦ green 53 ◦ blue 114

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

Shades of Deep Koamaru #353572

Tints of Deep Koamaru #353572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 24.09%
G = 24.09%
B = 51.82%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353572 (or 0x353572) is known color: Deep Koamaru. HEX triplet: 35, 35 and 72. RGB value is (53,53,114). Sum of RGB (Red+Green+Blue) = 53+53+114=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #353572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353572 is #CACA8D. Grayscale: #3B3B3B. Windows color (decimal): -13290126 or 7484725. OLE color: 7484725.

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

Color convert

RGB 53 53 114 -
CMYK 0.54 0.54 0 0.55
HSL 240º 0.37% 0.33% -
HSV(B) 240º 0.54% 0.45% -
XYZ 5.78 4.52 16.49 -
YUV 59.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 53 53 114 0.54 0.54 0 0.55 240 0.37 0.33
Hex 35 35 72 36 36 0 37 F0 25 21
Octal 65 65 162 66 66 0 67 360 45 41
Binary 110101 110101 1110010 110110 110110 0 110111 11110000 100101 100001

Color Harmonies of #353572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353572

Black with #353572

Text Example


Text Example

White with #353572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353572; }

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

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

background-color css

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

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

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

border-color css

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

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

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