#35335B

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

Shades of Deep Koamaru #35335B

Tints of Deep Koamaru #35335B

Color information

#35335B (or 0x35335B) is unknown color: approx Deep Koamaru. HEX triplet: 35, 33 and 5B. RGB value is (53,51,91). Sum of RGB (Red+Green+Blue) = 53+51+91=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #35335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35335B is #CACCA4. Grayscale: #373737. Windows color (decimal): -13290661 or 5976885. OLE color: 5976885.

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

Color convert

RGB535191-
CMYK0.420.4400.64
HSL243º28.17%27.84%-
HSV(B)243º43.96%35.69%-
XYZ4.543.8810.41-
YUV56.16147.66125.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=27.18%
G=26.15%
B=46.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5351910.420.4400.6424328.1727.84
Hex35335B2A2C040f31c1c
Octal6563133525401003633434
Binary110101110011101101110101010110001000000111100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35335B; }

 p { color: rgb(53,51,91); }

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

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

 a { background-color: rgb(53,51,91); }

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

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

 span { border-color: rgb(53,51,91); }

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