Html Css Color HEX #353860 Deep Koamaru

📋 copy color: '#353860'

red 53 ◦ green 56 ◦ blue 96

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

Shades of Deep Koamaru #353860

Tints of Deep Koamaru #353860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

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

R = 25.85%
G = 27.32%
B = 46.83%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#353860 (or 0x353860) is known color: Deep Koamaru. HEX triplet: 35, 38 and 60. RGB value is (53,56,96). Sum of RGB (Red+Green+Blue) = 53+56+96=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #353860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353860 is #CAC79F. Grayscale: #3B3B3B. Windows color (decimal): -13289376 or 6305845. OLE color: 6305845.

HSL color Cylindrical-coordinate representation of color #353860: hue angle of 235.81º 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 #353860 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 56 96 -
CMYK 0.45 0.42 0 0.62
HSL 235.81º 0.29% 0.29% -
HSV(B) 235.81º 0.45% 0.38% -
XYZ 4.99 4.43 11.66 -
YUV 59.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 53 56 96 0.45 0.42 0 0.62 235.81 0.29 0.29
Hex 35 38 60 2D 2A 0 3E EC 1D 1D
Octal 65 70 140 55 52 0 76 354 35 35
Binary 110101 111000 1100000 101101 101010 0 111110 11101100 11101 11101

Color Harmonies of #353860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353860

Black with #353860

Text Example


Text Example

White with #353860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353860; }

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

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

background-color css

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

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

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

border-color css

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

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

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