Html Css Color HEX #353473 Deep Koamaru

📋 copy color: '#353473'

red 53 ◦ green 52 ◦ blue 115

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

Shades of Deep Koamaru #353473

Tints of Deep Koamaru #353473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

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

R = 24.09%
G = 23.64%
B = 52.27%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353473 (or 0x353473) is known color: Deep Koamaru. HEX triplet: 35, 34 and 73. RGB value is (53,52,115). Sum of RGB (Red+Green+Blue) = 53+52+115=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #353473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353473 is #CACB8C. Grayscale: #3B3B3B. Windows color (decimal): -13290381 or 7550005. OLE color: 7550005.

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

Color convert

RGB 53 52 115 -
CMYK 0.54 0.55 0 0.55
HSL 240.95º 0.38% 0.33% -
HSV(B) 240.95º 0.55% 0.45% -
XYZ 5.79 4.45 16.77 -
YUV 59.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 53 52 115 0.54 0.55 0 0.55 240.95 0.38 0.33
Hex 35 34 73 36 37 0 37 F1 26 21
Octal 65 64 163 66 67 0 67 361 46 41
Binary 110101 110100 1110011 110110 110111 0 110111 11110001 100110 100001

Color Harmonies of #353473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353473

Black with #353473

Text Example


Text Example

White with #353473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353473; }

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

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

background-color css

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

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

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

border-color css

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

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

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