Html Css Color HEX #35316A Deep Koamaru

📋 copy color: '#35316A'

red 53 ◦ green 49 ◦ blue 106

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

Shades of Deep Koamaru #35316A

Tints of Deep Koamaru #35316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50.96%

R = 25.48%
G = 23.56%
B = 50.96%

CMYK

 C value IS 0.5

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35316A (or 0x35316A) is known color: Deep Koamaru. HEX triplet: 35, 31 and 6A. RGB value is (53,49,106). Sum of RGB (Red+Green+Blue) = 53+49+106=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #35316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35316A is #CACE95. Grayscale: #383838. Windows color (decimal): -13291158 or 6959413. OLE color: 6959413.

HSL color Cylindrical-coordinate representation of color #35316A: hue angle of 244.21º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35316A is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 49 106 -
CMYK 0.5 0.54 0 0.58
HSL 244.21º 0.37% 0.3% -
HSV(B) 244.21º 0.54% 0.42% -
XYZ 5.17 3.99 14.13 -
YUV 56.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 53 49 106 0.5 0.54 0 0.58 244.21 0.37 0.3
Hex 35 31 6A 32 36 0 3A F4 25 1E
Octal 65 61 152 62 66 0 72 364 45 36
Binary 110101 110001 1101010 110010 110110 0 111010 11110100 100101 11110

Color Harmonies of #35316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35316A

Black with #35316A

Text Example


Text Example

White with #35316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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