#353761

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

Shades of Deep Koamaru #353761

Tints of Deep Koamaru #353761

Color information

#353761 (or 0x353761) is unknown color: approx Deep Koamaru. HEX triplet: 35, 37 and 61. RGB value is (53,55,97). Sum of RGB (Red+Green+Blue) = 53+55+97=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #353761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353761 is #CAC89E. Grayscale: #3B3B3B. Windows color (decimal): -13289631 or 6371125. OLE color: 6371125.

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

Color convert

RGB535597-
CMYK0.450.4300.62
HSL237.27º29.33%29.41%-
HSV(B)237.27º45.36%38.04%-
XYZ4.994.3511.89-
YUV59.19149.34123.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=25.85%
G=26.83%
B=47.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5355970.450.4300.62237.2729.3329.41
Hex3537612D2B03Eed1d1d
Octal656714155530763553535
Binary11010111011111000011011011010110111110111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353761; }

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

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

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

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

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

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

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

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