Html Css Color HEX #352C79 Deep Koamaru

📋 copy color: '#352C79'

red 53 ◦ green 44 ◦ blue 121

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

Shades of Deep Koamaru #352C79

Tints of Deep Koamaru #352C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55.5%

R = 24.31%
G = 20.18%
B = 55.5%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352C79 (or 0x352C79) is known color: Deep Koamaru. HEX triplet: 35, 2C and 79. RGB value is (53,44,121). Sum of RGB (Red+Green+Blue) = 53+44+121=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #352C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C79 is #CAD386. Grayscale: #373737. Windows color (decimal): -13292423 or 7941173. OLE color: 7941173.

HSL color Cylindrical-coordinate representation of color #352C79: hue angle of 247.01º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #352C79 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 44 121 -
CMYK 0.56 0.64 0 0.53
HSL 247.01º 0.47% 0.32% -
HSV(B) 247.01º 0.64% 0.47% -
XYZ 5.82 3.94 18.54 -
YUV 55.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 53 44 121 0.56 0.64 0 0.53 247.01 0.47 0.32
Hex 35 2C 79 38 40 0 35 F7 2F 20
Octal 65 54 171 70 100 0 65 367 57 40
Binary 110101 101100 1111001 111000 1000000 0 110101 11110111 101111 100000

Color Harmonies of #352C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C79

Black with #352C79

Text Example


Text Example

White with #352C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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