Html Css Color HEX #35325E Deep Koamaru

📋 copy color: '#35325E'

red 53 ◦ green 50 ◦ blue 94

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

Shades of Deep Koamaru #35325E

Tints of Deep Koamaru #35325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.72%

R = 26.9%
G = 25.38%
B = 47.72%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#35325E (or 0x35325E) is known color: Deep Koamaru. HEX triplet: 35, 32 and 5E. RGB value is (53,50,94). Sum of RGB (Red+Green+Blue) = 53+50+94=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #35325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35325E is #CACDA1. Grayscale: #373737. Windows color (decimal): -13290914 or 6173237. OLE color: 6173237.

HSL color Cylindrical-coordinate representation of color #35325E: hue angle of 244.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35325E is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 50 94 -
CMYK 0.44 0.47 0 0.63
HSL 244.09º 0.31% 0.28% -
HSV(B) 244.09º 0.47% 0.37% -
XYZ 4.63 3.85 11.09 -
YUV 55.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 53 50 94 0.44 0.47 0 0.63 244.09 0.31 0.28
Hex 35 32 5E 2C 2F 0 3F F4 1F 1C
Octal 65 62 136 54 57 0 77 364 37 34
Binary 110101 110010 1011110 101100 101111 0 111111 11110100 11111 11100

Color Harmonies of #35325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35325E

Black with #35325E

Text Example


Text Example

White with #35325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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