Html Css Color HEX #353074 Deep Koamaru

📋 copy color: '#353074'

red 53 ◦ green 48 ◦ blue 116

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

Shades of Deep Koamaru #353074

Tints of Deep Koamaru #353074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 24.42%
G = 22.12%
B = 53.46%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353074 (or 0x353074) is known color: Deep Koamaru. HEX triplet: 35, 30 and 74. RGB value is (53,48,116). Sum of RGB (Red+Green+Blue) = 53+48+116=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #353074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353074 is #CACF8B. Grayscale: #383838. Windows color (decimal): -13291404 or 7614517. OLE color: 7614517.

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

Color convert

RGB 53 48 116 -
CMYK 0.54 0.59 0 0.55
HSL 244.41º 0.41% 0.32% -
HSV(B) 244.41º 0.59% 0.45% -
XYZ 5.68 4.13 17.02 -
YUV 57.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 53 48 116 0.54 0.59 0 0.55 244.41 0.41 0.32
Hex 35 30 74 36 3B 0 37 F4 29 20
Octal 65 60 164 66 73 0 67 364 51 40
Binary 110101 110000 1110100 110110 111011 0 110111 11110100 101001 100000

Color Harmonies of #353074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353074

Black with #353074

Text Example


Text Example

White with #353074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353074; }

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

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

background-color css

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

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

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

border-color css

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

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

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