Html Css Color HEX #353073 Deep Koamaru

📋 copy color: '#353073'

red 53 ◦ green 48 ◦ blue 115

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

Shades of Deep Koamaru #353073

Tints of Deep Koamaru #353073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 24.54%
G = 22.22%
B = 53.24%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353073 (or 0x353073) is known color: Deep Koamaru. HEX triplet: 35, 30 and 73. RGB value is (53,48,115). Sum of RGB (Red+Green+Blue) = 53+48+115=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #353073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353073 is #CACF8C. Grayscale: #383838. Windows color (decimal): -13291405 or 7548981. OLE color: 7548981.

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

Color convert

RGB 53 48 115 -
CMYK 0.54 0.58 0 0.55
HSL 244.48º 0.41% 0.32% -
HSV(B) 244.48º 0.58% 0.45% -
XYZ 5.62 4.11 16.72 -
YUV 57.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 53 48 115 0.54 0.58 0 0.55 244.48 0.41 0.32
Hex 35 30 73 36 3A 0 37 F4 29 20
Octal 65 60 163 66 72 0 67 364 51 40
Binary 110101 110000 1110011 110110 111010 0 110111 11110100 101001 100000

Color Harmonies of #353073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353073

Black with #353073

Text Example


Text Example

White with #353073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353073; }

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

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

background-color css

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

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

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

border-color css

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

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

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