Html Css Color HEX #35325A Deep Koamaru

📋 copy color: '#35325A'

red 53 ◦ green 50 ◦ blue 90

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

Shades of Deep Koamaru #35325A

Tints of Deep Koamaru #35325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 27.46%
G = 25.91%
B = 46.63%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35325A (or 0x35325A) is known color: Deep Koamaru. HEX triplet: 35, 32 and 5A. RGB value is (53,50,90). Sum of RGB (Red+Green+Blue) = 53+50+90=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #35325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35325A is #CACDA5. Grayscale: #373737. Windows color (decimal): -13290918 or 5911093. OLE color: 5911093.

HSL color Cylindrical-coordinate representation of color #35325A: hue angle of 244.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35325A is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 50 90 -
CMYK 0.41 0.44 0 0.65
HSL 244.5º 0.29% 0.27% -
HSV(B) 244.5º 0.44% 0.35% -
XYZ 4.45 3.78 10.17 -
YUV 55.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 53 50 90 0.41 0.44 0 0.65 244.5 0.29 0.27
Hex 35 32 5A 29 2C 0 41 F4 1D 1B
Octal 65 62 132 51 54 0 101 364 35 33
Binary 110101 110010 1011010 101001 101100 0 1000001 11110100 11101 11011

Color Harmonies of #35325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35325A

Black with #35325A

Text Example


Text Example

White with #35325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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