Html Css Color HEX #352C73 Deep Koamaru

📋 copy color: '#352C73'

red 53 ◦ green 44 ◦ blue 115

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

Shades of Deep Koamaru #352C73

Tints of Deep Koamaru #352C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 25%
G = 20.75%
B = 54.25%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352C73 (or 0x352C73) is known color: Deep Koamaru. HEX triplet: 35, 2C and 73. RGB value is (53,44,115). Sum of RGB (Red+Green+Blue) = 53+44+115=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #352C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C73 is #CAD38C. Grayscale: #363636. Windows color (decimal): -13292429 or 7547957. OLE color: 7547957.

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

Color convert

RGB 53 44 115 -
CMYK 0.54 0.62 0 0.55
HSL 247.61º 0.45% 0.31% -
HSV(B) 247.61º 0.62% 0.45% -
XYZ 5.46 3.8 16.66 -
YUV 54.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 53 44 115 0.54 0.62 0 0.55 247.61 0.45 0.31
Hex 35 2C 73 36 3E 0 37 F8 2D 1F
Octal 65 54 163 66 76 0 67 370 55 37
Binary 110101 101100 1110011 110110 111110 0 110111 11111000 101101 11111

Color Harmonies of #352C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C73

Black with #352C73

Text Example


Text Example

White with #352C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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