#33A4BC

Color #33A4BC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #33A4BC

Tints of Pelorous #33A4BC

Color information

#33A4BC (or 0x33A4BC) is unknown color: approx Pelorous. HEX triplet: 33, A4 and BC. RGB value is (51,164,188). Sum of RGB (Red+Green+Blue) = 51+164+188=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #33A4BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A4BC is #CC5B43. Grayscale: #848484. Windows color (decimal): -13392708 or 12362803. OLE color: 12362803.

HSL color Cylindrical-coordinate representation of color #33A4BC: hue angle of 190.51º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33A4BC is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51164188-
CMYK0.730.1300.26
HSL190.51º57.32%46.86%-
HSV(B)190.51º72.87%73.73%-
XYZ23.7230.8952.29-
YUV132.95159.0669.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.66%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=12.66%
G=40.69%
B=46.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511641880.730.1300.26190.5157.3246.86
Hex33A4BC49D01Abf392f
Octal63244274111150322777157
Binary11001110100100101111001001001110101101010111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A4BC; }

 p { color: rgb(51,164,188); }

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

<style>
 a { background-color: #33A4BC; }

 a { background-color: rgb(51,164,188); }

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

<style>
 span { border-color: #33A4BC; }

 span { border-color: rgb(51,164,188); }

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