Html Css Color HEX #353560 Deep Koamaru

📋 copy color: '#353560'

red 53 ◦ green 53 ◦ blue 96

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

Shades of Deep Koamaru #353560

Tints of Deep Koamaru #353560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

 BLUE value IS 96 (37.89% from 255) = 47.52%

R = 26.24%
G = 26.24%
B = 47.52%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#353560 (or 0x353560) is known color: Deep Koamaru. HEX triplet: 35, 35 and 60. RGB value is (53,53,96). Sum of RGB (Red+Green+Blue) = 53+53+96=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #353560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353560 is #CACA9F. Grayscale: #393939. Windows color (decimal): -13290144 or 6305077. OLE color: 6305077.

HSL color Cylindrical-coordinate representation of color #353560: hue angle of 240º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #353560 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 53 96 -
CMYK 0.45 0.45 0 0.62
HSL 240º 0.29% 0.29% -
HSV(B) 240º 0.45% 0.38% -
XYZ 4.85 4.15 11.61 -
YUV 57.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 53 53 96 0.45 0.45 0 0.62 240 0.29 0.29
Hex 35 35 60 2D 2D 0 3E F0 1D 1D
Octal 65 65 140 55 55 0 76 360 35 35
Binary 110101 110101 1100000 101101 101101 0 111110 11110000 11101 11101

Color Harmonies of #353560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353560

Black with #353560

Text Example


Text Example

White with #353560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353560; }

 p { color: rgb(53,53,96); }

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

background-color css

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

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

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

border-color css

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

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

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