Html Css Color HEX #353171 Deep Koamaru

📋 copy color: '#353171'

red 53 ◦ green 49 ◦ blue 113

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

Shades of Deep Koamaru #353171

Tints of Deep Koamaru #353171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.79%

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

R = 24.65%
G = 22.79%
B = 52.56%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353171 (or 0x353171) is known color: Deep Koamaru. HEX triplet: 35, 31 and 71. RGB value is (53,49,113). Sum of RGB (Red+Green+Blue) = 53+49+113=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #353171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353171 is #CACE8E. Grayscale: #393939. Windows color (decimal): -13291151 or 7418165. OLE color: 7418165.

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

Color convert

RGB 53 49 113 -
CMYK 0.53 0.57 0 0.56
HSL 243.75º 0.4% 0.32% -
HSV(B) 243.75º 0.57% 0.44% -
XYZ 5.55 4.15 16.13 -
YUV 57.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 53 49 113 0.53 0.57 0 0.56 243.75 0.4 0.32
Hex 35 31 71 35 39 0 38 F4 28 20
Octal 65 61 161 65 71 0 70 364 50 40
Binary 110101 110001 1110001 110101 111001 0 111000 11110100 101000 100000

Color Harmonies of #353171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353171

Black with #353171

Text Example


Text Example

White with #353171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353171; }

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

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

background-color css

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

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

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

border-color css

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

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

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