Html Css Color HEX #353178 Deep Koamaru

📋 copy color: '#353178'

red 53 ◦ green 49 ◦ blue 120

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

Shades of Deep Koamaru #353178

Tints of Deep Koamaru #353178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 23.87%
G = 22.07%
B = 54.05%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353178 (or 0x353178) is known color: Deep Koamaru. HEX triplet: 35, 31 and 78. RGB value is (53,49,120). Sum of RGB (Red+Green+Blue) = 53+49+120=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #353178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353178 is #CACE87. Grayscale: #3A3A3A. Windows color (decimal): -13291144 or 7876917. OLE color: 7876917.

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

Color convert

RGB 53 49 120 -
CMYK 0.56 0.59 0 0.53
HSL 243.38º 0.42% 0.33% -
HSV(B) 243.38º 0.59% 0.47% -
XYZ 5.96 4.31 18.29 -
YUV 58.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 53 49 120 0.56 0.59 0 0.53 243.38 0.42 0.33
Hex 35 31 78 38 3B 0 35 F3 2A 21
Octal 65 61 170 70 73 0 65 363 52 41
Binary 110101 110001 1111000 111000 111011 0 110101 11110011 101010 100001

Color Harmonies of #353178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353178

Black with #353178

Text Example


Text Example

White with #353178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353178; }

 p { color: rgb(53,49,120); }

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

background-color css

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

 a { background-color: rgb(53,49,120); }

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

border-color css

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

 span { border-color: rgb(53,49,120); }

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