Html Css Color HEX #352C76 Deep Koamaru

📋 copy color: '#352C76'

red 53 ◦ green 44 ◦ blue 118

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

Shades of Deep Koamaru #352C76

Tints of Deep Koamaru #352C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.47%

 BLUE value IS 118 (46.48% from 255) = 54.88%

R = 24.65%
G = 20.47%
B = 54.88%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#352C76 (or 0x352C76) is known color: Deep Koamaru. HEX triplet: 35, 2C and 76. RGB value is (53,44,118). Sum of RGB (Red+Green+Blue) = 53+44+118=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #352C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C76 is #CAD389. Grayscale: #363636. Windows color (decimal): -13292426 or 7744565. OLE color: 7744565.

HSL color Cylindrical-coordinate representation of color #352C76: hue angle of 247.3º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352C76 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 44 118 -
CMYK 0.55 0.63 0 0.54
HSL 247.3º 0.46% 0.32% -
HSV(B) 247.3º 0.63% 0.46% -
XYZ 5.64 3.87 17.59 -
YUV 55.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 53 44 118 0.55 0.63 0 0.54 247.3 0.46 0.32
Hex 35 2C 76 37 3F 0 36 F7 2E 20
Octal 65 54 166 67 77 0 66 367 56 40
Binary 110101 101100 1110110 110111 111111 0 110110 11110111 101110 100000

Color Harmonies of #352C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C76

Black with #352C76

Text Example


Text Example

White with #352C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352C76; }

 p { color: rgb(53,44,118); }

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

background-color css

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

 a { background-color: rgb(53,44,118); }

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

border-color css

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

 span { border-color: rgb(53,44,118); }

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