Html Css Color HEX #352E73 Deep Koamaru

📋 copy color: '#352E73'

red 53 ◦ green 46 ◦ blue 115

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

Shades of Deep Koamaru #352E73

Tints of Deep Koamaru #352E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.5%

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

R = 24.77%
G = 21.5%
B = 53.74%

CMYK

 C value IS 0.54

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352E73 (or 0x352E73) is known color: Deep Koamaru. HEX triplet: 35, 2E and 73. RGB value is (53,46,115). Sum of RGB (Red+Green+Blue) = 53+46+115=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #352E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E73 is #CAD18C. Grayscale: #373737. Windows color (decimal): -13291917 or 7548469. OLE color: 7548469.

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

Color convert

RGB 53 46 115 -
CMYK 0.54 0.6 0 0.55
HSL 246.09º 0.43% 0.32% -
HSV(B) 246.09º 0.6% 0.45% -
XYZ 5.54 3.95 16.69 -
YUV 55.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 53 46 115 0.54 0.6 0 0.55 246.09 0.43 0.32
Hex 35 2E 73 36 3C 0 37 F6 2B 20
Octal 65 56 163 66 74 0 67 366 53 40
Binary 110101 101110 1110011 110110 111100 0 110111 11110110 101011 100000

Color Harmonies of #352E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E73

Black with #352E73

Text Example


Text Example

White with #352E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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