Html Css Color HEX #353369 Deep Koamaru

📋 copy color: '#353369'

red 53 ◦ green 51 ◦ blue 105

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

Shades of Deep Koamaru #353369

Tints of Deep Koamaru #353369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.4%

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

R = 25.36%
G = 24.4%
B = 50.24%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353369 (or 0x353369) is known color: Deep Koamaru. HEX triplet: 35, 33 and 69. RGB value is (53,51,105). Sum of RGB (Red+Green+Blue) = 53+51+105=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #353369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353369 is #CACC96. Grayscale: #393939. Windows color (decimal): -13290647 or 6894389. OLE color: 6894389.

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

Color convert

RGB 53 51 105 -
CMYK 0.50 0.51 0 0.59
HSL 242.22º 0.35% 0.31% -
HSV(B) 242.22º 0.51% 0.41% -
XYZ 5.2 4.14 13.89 -
YUV 57.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 53 51 105 0.50 0.51 0 0.59 242.22 0.35 0.31
Hex 35 33 69 32 33 0 3B F2 23 1F
Octal 65 63 151 62 63 0 73 362 43 37
Binary 110101 110011 1101001 110010 110011 0 111011 11110010 100011 11111

Color Harmonies of #353369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353369

Black with #353369

Text Example


Text Example

White with #353369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353369; }

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

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

background-color css

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

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

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

border-color css

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

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

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