#33355A

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

Shades of Deep Koamaru #33355A

Tints of Deep Koamaru #33355A

Color information

#33355A (or 0x33355A) is unknown color: approx Deep Koamaru. HEX triplet: 33, 35 and 5A. RGB value is (51,53,90). Sum of RGB (Red+Green+Blue) = 51+53+90=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #33355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33355A is #CCCAA5. Grayscale: #383838. Windows color (decimal): -13421222 or 5911859. OLE color: 5911859.

HSL color Cylindrical-coordinate representation of color #33355A: hue angle of 236.92º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33355A is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB515390-
CMYK0.430.4100.65
HSL236.92º27.66%27.65%-
HSV(B)236.92º43.33%35.29%-
XYZ4.483.9910.21-
YUV56.62146.84123.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=26.29%
G=27.32%
B=46.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5153900.430.4100.65236.9227.6627.65
Hex33355A2B29041ed1c1c
Octal6365132535101013553434
Binary110011110101101101010101110100101000001111011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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