#353261

Color #353261 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #353261

Tints of Deep Koamaru #353261

Color information

#353261 (or 0x353261) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 61. RGB value is (53,50,97). Sum of RGB (Red+Green+Blue) = 53+50+97=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #353261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353261 is #CACD9E. Grayscale: #383838. Windows color (decimal): -13290911 or 6369845. OLE color: 6369845.

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

Color convert

RGB535097-
CMYK0.450.4800.62
HSL243.83º31.97%28.82%-
HSV(B)243.83º48.45%38.04%-
XYZ4.773.911.81-
YUV56.26150.99125.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=26.5%
G=25%
B=48.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5350970.450.4800.62243.8331.9728.82
Hex3532612D3003Ef4201d
Octal656214155600763644035
Binary110101110010110000110110111000001111101111010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353261; }

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

 H1.HeaderClassName
 {
   color: #353261;
 }
 .AnyTagClassName
 {
   color: #353261;
 }
</style>
background-color css

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

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

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

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

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

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