Html Css Color HEX #35325D Deep Koamaru

📋 copy color: '#35325D'

red 53 ◦ green 50 ◦ blue 93

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

Shades of Deep Koamaru #35325D

Tints of Deep Koamaru #35325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.45%

R = 27.04%
G = 25.51%
B = 47.45%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35325D (or 0x35325D) is known color: Deep Koamaru. HEX triplet: 35, 32 and 5D. RGB value is (53,50,93). Sum of RGB (Red+Green+Blue) = 53+50+93=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #35325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35325D is #CACDA2. Grayscale: #373737. Windows color (decimal): -13290915 or 6107701. OLE color: 6107701.

HSL color Cylindrical-coordinate representation of color #35325D: hue angle of 244.19º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35325D is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 50 93 -
CMYK 0.43 0.46 0 0.64
HSL 244.19º 0.3% 0.28% -
HSV(B) 244.19º 0.46% 0.36% -
XYZ 4.58 3.83 10.85 -
YUV 55.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 53 50 93 0.43 0.46 0 0.64 244.19 0.3 0.28
Hex 35 32 5D 2B 2E 0 40 F4 1E 1C
Octal 65 62 135 53 56 0 100 364 36 34
Binary 110101 110010 1011101 101011 101110 0 1000000 11110100 11110 11100

Color Harmonies of #35325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35325D

Black with #35325D

Text Example


Text Example

White with #35325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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