#35375C

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

Shades of Deep Koamaru #35375C

Tints of Deep Koamaru #35375C

Color information

#35375C (or 0x35375C) is unknown color: approx Deep Koamaru. HEX triplet: 35, 37 and 5C. RGB value is (53,55,92). Sum of RGB (Red+Green+Blue) = 53+55+92=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #35375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35375C is #CAC8A3. Grayscale: #3A3A3A. Windows color (decimal): -13289636 or 6043445. OLE color: 6043445.

HSL color Cylindrical-coordinate representation of color #35375C: hue angle of 236.92º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35375C is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB535592-
CMYK0.420.4000.64
HSL236.92º26.9%28.43%-
HSV(B)236.92º42.39%36.08%-
XYZ4.774.2610.7-
YUV58.62146.84123.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=26.5%
G=27.5%
B=46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5355920.420.4000.64236.9226.928.43
Hex35375C2A28040ed1b1c
Octal6567134525001003553334
Binary110101110111101110010101010100001000000111011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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