#33505D

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

Shades of Arapawa #33505D

Tints of Arapawa #33505D

Color information

#33505D (or 0x33505D) is unknown color: approx Arapawa. HEX triplet: 33, 50 and 5D. RGB value is (51,80,93). Sum of RGB (Red+Green+Blue) = 51+80+93=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #33505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33505D is #CCAFA2. Grayscale: #484848. Windows color (decimal): -13414307 or 6115379. OLE color: 6115379.

HSL color Cylindrical-coordinate representation of color #33505D: hue angle of 198.57º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33505D is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB518093-
CMYK0.450.1400.64
HSL198.57º29.17%28.24%-
HSV(B)198.57º45.16%36.47%-
XYZ6.217.2311.42-
YUV72.81139.39112.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=22.77%
G=35.71%
B=41.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5180930.450.1400.64198.5729.1728.24
Hex33505D2DE040c71d1c
Octal63120135551601003073534
Binary11001110100001011101101101111001000000110001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,80,93); }

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

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

 a { background-color: rgb(51,80,93); }

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

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

 span { border-color: rgb(51,80,93); }

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