Html Css Color HEX #353166 Deep Koamaru

📋 copy color: '#353166'

red 53 ◦ green 49 ◦ blue 102

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

Shades of Deep Koamaru #353166

Tints of Deep Koamaru #353166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50%

R = 25.98%
G = 24.02%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#353166 (or 0x353166) is known color: Deep Koamaru. HEX triplet: 35, 31 and 66. RGB value is (53,49,102). Sum of RGB (Red+Green+Blue) = 53+49+102=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #353166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353166 is #CACE99. Grayscale: #383838. Windows color (decimal): -13291162 or 6697269. OLE color: 6697269.

HSL color Cylindrical-coordinate representation of color #353166: hue angle of 244.53º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #353166 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 49 102 -
CMYK 0.48 0.52 0 0.6
HSL 244.53º 0.35% 0.3% -
HSV(B) 244.53º 0.52% 0.4% -
XYZ 4.96 3.91 13.06 -
YUV 56.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 53 49 102 0.48 0.52 0 0.6 244.53 0.35 0.3
Hex 35 31 66 30 34 0 3C F5 23 1E
Octal 65 61 146 60 64 0 74 365 43 36
Binary 110101 110001 1100110 110000 110100 0 111100 11110101 100011 11110

Color Harmonies of #353166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353166

Black with #353166

Text Example


Text Example

White with #353166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353166; }

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

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

background-color css

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

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

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

border-color css

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

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

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