Html Css Color HEX #353078 Deep Koamaru

📋 copy color: '#353078'

red 53 ◦ green 48 ◦ blue 120

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

Shades of Deep Koamaru #353078

Tints of Deep Koamaru #353078

RGB

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

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

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

R = 23.98%
G = 21.72%
B = 54.3%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353078 (or 0x353078) is known color: Deep Koamaru. HEX triplet: 35, 30 and 78. RGB value is (53,48,120). Sum of RGB (Red+Green+Blue) = 53+48+120=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #353078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353078 is #CACF87. Grayscale: #393939. Windows color (decimal): -13291400 or 7876661. OLE color: 7876661.

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

Color convert

RGB 53 48 120 -
CMYK 0.56 0.60 0 0.53
HSL 244.17º 0.43% 0.33% -
HSV(B) 244.17º 0.6% 0.47% -
XYZ 5.92 4.23 18.27 -
YUV 57.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 53 48 120 0.56 0.60 0 0.53 244.17 0.43 0.33
Hex 35 30 78 38 3C 0 35 F4 2B 21
Octal 65 60 170 70 74 0 65 364 53 41
Binary 110101 110000 1111000 111000 111100 0 110101 11110100 101011 100001

Color Harmonies of #353078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353078

Black with #353078

Text Example


Text Example

White with #353078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353078; }

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

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

background-color css

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

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

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

border-color css

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

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

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