Html Css Color HEX #353269 Deep Koamaru

📋 copy color: '#353269'

red 53 ◦ green 50 ◦ blue 105

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

Shades of Deep Koamaru #353269

Tints of Deep Koamaru #353269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 25.48%
G = 24.04%
B = 50.48%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353269 (or 0x353269) is known color: Deep Koamaru. HEX triplet: 35, 32 and 69. RGB value is (53,50,105). Sum of RGB (Red+Green+Blue) = 53+50+105=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #353269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353269 is #CACD96. Grayscale: #383838. Windows color (decimal): -13290903 or 6894133. OLE color: 6894133.

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

Color convert

RGB 53 50 105 -
CMYK 0.50 0.52 0 0.59
HSL 243.27º 0.35% 0.3% -
HSV(B) 243.27º 0.52% 0.41% -
XYZ 5.16 4.06 13.88 -
YUV 57.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 53 50 105 0.50 0.52 0 0.59 243.27 0.35 0.3
Hex 35 32 69 32 34 0 3B F3 23 1E
Octal 65 62 151 62 64 0 73 363 43 36
Binary 110101 110010 1101001 110010 110100 0 111011 11110011 100011 11110

Color Harmonies of #353269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353269

Black with #353269

Text Example


Text Example

White with #353269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353269; }

 p { color: rgb(53,50,105); }

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

background-color css

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

 a { background-color: rgb(53,50,105); }

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

border-color css

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

 span { border-color: rgb(53,50,105); }

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