#33355B

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

Shades of Deep Koamaru #33355B

Tints of Deep Koamaru #33355B

Color information

#33355B (or 0x33355B) is unknown color: approx Deep Koamaru. HEX triplet: 33, 35 and 5B. RGB value is (51,53,91). Sum of RGB (Red+Green+Blue) = 51+53+91=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 53 (21.09% from 255 or 27.18% 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 #33355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33355B is #CCCAA4. Grayscale: #383838. Windows color (decimal): -13421221 or 5977395. OLE color: 5977395.

HSL color Cylindrical-coordinate representation of color #33355B: hue angle of 237º 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 #33355B is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB515391-
CMYK0.440.4200.64
HSL237º28.17%27.84%-
HSV(B)237º43.96%35.69%-
XYZ4.534.0110.43-
YUV56.73147.34123.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5153910.440.4200.6423728.1727.84
Hex33355B2C2A040ed1c1c
Octal6365133545201003553434
Binary110011110101101101110110010101001000000111011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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