#35376D

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

Shades of Deep Koamaru #35376D

Tints of Deep Koamaru #35376D

Color information

#35376D (or 0x35376D) is unknown color: approx Deep Koamaru. HEX triplet: 35, 37 and 6D. RGB value is (53,55,109). Sum of RGB (Red+Green+Blue) = 53+55+109=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #35376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35376D is #CAC892. Grayscale: #3C3C3C. Windows color (decimal): -13289619 or 7157557. OLE color: 7157557.

HSL color Cylindrical-coordinate representation of color #35376D: hue angle of 237.86º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35376D is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5355109-
CMYK0.510.5000.57
HSL237.86º34.57%31.76%-
HSV(B)237.86º51.38%42.75%-
XYZ5.594.5915.06-
YUV60.56155.34122.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=24.42%
G=25.35%
B=50.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53551090.510.5000.57237.8634.5731.76
Hex35376D3332039ee2320
Octal656715563620713564340
Binary1101011101111101101110011110010011100111101110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35376D; }

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

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

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

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

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

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

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

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