Html Css Color HEX #353174 Deep Koamaru

📋 copy color: '#353174'

red 53 ◦ green 49 ◦ blue 116

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

Shades of Deep Koamaru #353174

Tints of Deep Koamaru #353174

RGB

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

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

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

R = 24.31%
G = 22.48%
B = 53.21%

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

#353174 (or 0x353174) is known color: Deep Koamaru. HEX triplet: 35, 31 and 74. RGB value is (53,49,116). Sum of RGB (Red+Green+Blue) = 53+49+116=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #353174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353174 is #CACE8B. Grayscale: #393939. Windows color (decimal): -13291148 or 7614773. OLE color: 7614773.

HSL color Cylindrical-coordinate representation of color #353174: hue angle of 243.58º 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 #353174 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 49 116 -
CMYK 0.54 0.58 0 0.55
HSL 243.58º 0.41% 0.32% -
HSV(B) 243.58º 0.58% 0.45% -
XYZ 5.72 4.21 17.04 -
YUV 57.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 53 49 116 0.54 0.58 0 0.55 243.58 0.41 0.32
Hex 35 31 74 36 3A 0 37 F4 29 20
Octal 65 61 164 66 72 0 67 364 51 40
Binary 110101 110001 1110100 110110 111010 0 110111 11110100 101001 100000

Color Harmonies of #353174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353174

Black with #353174

Text Example


Text Example

White with #353174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353174; }

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

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

background-color css

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

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

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

border-color css

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

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

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