Html Css Color HEX #353168 Deep Koamaru

📋 copy color: '#353168'

red 53 ◦ green 49 ◦ blue 104

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

Shades of Deep Koamaru #353168

Tints of Deep Koamaru #353168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 25.73%
G = 23.79%
B = 50.49%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353168 (or 0x353168) is known color: Deep Koamaru. HEX triplet: 35, 31 and 68. RGB value is (53,49,104). Sum of RGB (Red+Green+Blue) = 53+49+104=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #353168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353168 is #CACE97. Grayscale: #383838. Windows color (decimal): -13291160 or 6828341. OLE color: 6828341.

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

Color convert

RGB 53 49 104 -
CMYK 0.49 0.53 0 0.59
HSL 244.36º 0.36% 0.3% -
HSV(B) 244.36º 0.53% 0.41% -
XYZ 5.07 3.95 13.59 -
YUV 56.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 53 49 104 0.49 0.53 0 0.59 244.36 0.36 0.3
Hex 35 31 68 31 35 0 3B F4 24 1E
Octal 65 61 150 61 65 0 73 364 44 36
Binary 110101 110001 1101000 110001 110101 0 111011 11110100 100100 11110

Color Harmonies of #353168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353168

Black with #353168

Text Example


Text Example

White with #353168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353168; }

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

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

background-color css

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

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

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

border-color css

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

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

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