Html Css Color HEX #353260 Deep Koamaru

📋 copy color: '#353260'

red 53 ◦ green 50 ◦ blue 96

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

Shades of Deep Koamaru #353260

Tints of Deep Koamaru #353260

RGB

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

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

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

R = 26.63%
G = 25.13%
B = 48.24%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#353260 (or 0x353260) is known color: Deep Koamaru. HEX triplet: 35, 32 and 60. RGB value is (53,50,96). Sum of RGB (Red+Green+Blue) = 53+50+96=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #353260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353260 is #CACD9F. Grayscale: #373737. Windows color (decimal): -13290912 or 6304309. OLE color: 6304309.

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

Color convert

RGB 53 50 96 -
CMYK 0.45 0.48 0 0.62
HSL 243.91º 0.32% 0.29% -
HSV(B) 243.91º 0.48% 0.38% -
XYZ 4.72 3.88 11.57 -
YUV 56.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 53 50 96 0.45 0.48 0 0.62 243.91 0.32 0.29
Hex 35 32 60 2D 30 0 3E F4 20 1D
Octal 65 62 140 55 60 0 76 364 40 35
Binary 110101 110010 1100000 101101 110000 0 111110 11110100 100000 11101

Color Harmonies of #353260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353260

Black with #353260

Text Example


Text Example

White with #353260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353260; }

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

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

background-color css

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

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

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

border-color css

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

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

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