#35375E

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

Shades of Deep Koamaru #35375E

Tints of Deep Koamaru #35375E

Color information

#35375E (or 0x35375E) is unknown color: approx Deep Koamaru. HEX triplet: 35, 37 and 5E. RGB value is (53,55,94). Sum of RGB (Red+Green+Blue) = 53+55+94=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #35375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35375E is #CAC8A1. Grayscale: #3A3A3A. Windows color (decimal): -13289634 or 6174517. OLE color: 6174517.

HSL color Cylindrical-coordinate representation of color #35375E: hue angle of 237.07º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35375E is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB535594-
CMYK0.440.4100.63
HSL237.07º27.89%28.82%-
HSV(B)237.07º43.62%36.86%-
XYZ4.854.311.16-
YUV58.85147.84123.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=26.24%
G=27.23%
B=46.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5355940.440.4100.63237.0727.8928.82
Hex35375E2C2903Fed1c1d
Octal656713654510773553435
Binary11010111011110111101011001010010111111111011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35375E; }

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

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

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

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

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

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

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

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