Html Css Color HEX #353175 Deep Koamaru

📋 copy color: '#353175'

red 53 ◦ green 49 ◦ blue 117

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

Shades of Deep Koamaru #353175

Tints of Deep Koamaru #353175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 24.2%
G = 22.37%
B = 53.42%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353175 (or 0x353175) is known color: Deep Koamaru. HEX triplet: 35, 31 and 75. RGB value is (53,49,117). Sum of RGB (Red+Green+Blue) = 53+49+117=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #353175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353175 is #CACE8A. Grayscale: #393939. Windows color (decimal): -13291147 or 7680309. OLE color: 7680309.

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

Color convert

RGB 53 49 117 -
CMYK 0.55 0.58 0 0.54
HSL 243.53º 0.41% 0.33% -
HSV(B) 243.53º 0.58% 0.46% -
XYZ 5.78 4.24 17.34 -
YUV 57.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 53 49 117 0.55 0.58 0 0.54 243.53 0.41 0.33
Hex 35 31 75 37 3A 0 36 F4 29 21
Octal 65 61 165 67 72 0 66 364 51 41
Binary 110101 110001 1110101 110111 111010 0 110110 11110100 101001 100001

Color Harmonies of #353175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353175

Black with #353175

Text Example


Text Example

White with #353175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353175; }

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

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

background-color css

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

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

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

border-color css

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

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

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