Html Css Color HEX #353276 Deep Koamaru

📋 copy color: '#353276'

red 53 ◦ green 50 ◦ blue 118

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

Shades of Deep Koamaru #353276

Tints of Deep Koamaru #353276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 23.98%
G = 22.62%
B = 53.39%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353276 (or 0x353276) is known color: Deep Koamaru. HEX triplet: 35, 32 and 76. RGB value is (53,50,118). Sum of RGB (Red+Green+Blue) = 53+50+118=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #353276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353276 is #CACD89. Grayscale: #3A3A3A. Windows color (decimal): -13290890 or 7746101. OLE color: 7746101.

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

Color convert

RGB 53 50 118 -
CMYK 0.55 0.58 0 0.54
HSL 242.65º 0.4% 0.33% -
HSV(B) 242.65º 0.58% 0.46% -
XYZ 5.88 4.35 17.67 -
YUV 58.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 53 50 118 0.55 0.58 0 0.54 242.65 0.4 0.33
Hex 35 32 76 37 3A 0 36 F3 28 21
Octal 65 62 166 67 72 0 66 363 50 41
Binary 110101 110010 1110110 110111 111010 0 110110 11110011 101000 100001

Color Harmonies of #353276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353276

Black with #353276

Text Example


Text Example

White with #353276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353276; }

 p { color: rgb(53,50,118); }

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

background-color css

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

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

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

border-color css

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

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

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