Html Css Color HEX #353163 Deep Koamaru

📋 copy color: '#353163'

red 53 ◦ green 49 ◦ blue 99

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

Shades of Deep Koamaru #353163

Tints of Deep Koamaru #353163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.25%

R = 26.37%
G = 24.38%
B = 49.25%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#353163 (or 0x353163) is known color: Deep Koamaru. HEX triplet: 35, 31 and 63. RGB value is (53,49,99). Sum of RGB (Red+Green+Blue) = 53+49+99=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #353163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353163 is #CACE9C. Grayscale: #373737. Windows color (decimal): -13291165 or 6500661. OLE color: 6500661.

HSL color Cylindrical-coordinate representation of color #353163: hue angle of 244.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353163 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 49 99 -
CMYK 0.46 0.51 0 0.61
HSL 244.8º 0.34% 0.29% -
HSV(B) 244.8º 0.51% 0.39% -
XYZ 4.82 3.85 12.29 -
YUV 55.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 53 49 99 0.46 0.51 0 0.61 244.8 0.34 0.29
Hex 35 31 63 2E 33 0 3D F5 22 1D
Octal 65 61 143 56 63 0 75 365 42 35
Binary 110101 110001 1100011 101110 110011 0 111101 11110101 100010 11101

Color Harmonies of #353163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353163

Black with #353163

Text Example


Text Example

White with #353163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353163; }

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

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

background-color css

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

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

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

border-color css

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

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

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