#33A5B1

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

Shades of Pelorous #33A5B1

Tints of Pelorous #33A5B1

Color information

#33A5B1 (or 0x33A5B1) is unknown color: approx Pelorous. HEX triplet: 33, A5 and B1. RGB value is (51,165,177). Sum of RGB (Red+Green+Blue) = 51+165+177=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #33A5B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A5B1 is #CC5A4E. Grayscale: #848484. Windows color (decimal): -13392463 or 11642163. OLE color: 11642163.

HSL color Cylindrical-coordinate representation of color #33A5B1: hue angle of 185.71º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33A5B1 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51165177-
CMYK0.710.0700.31
HSL185.71º55.26%44.71%-
HSV(B)185.71º71.19%69.41%-
XYZ22.7630.7946.34-
YUV132.28153.2370.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 177 (69.53% from 255) = 45.04%
R=12.98%
G=41.98%
B=45.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511651770.710.0700.31185.7155.2644.71
Hex33A5B147701Fba372d
Octal6324526110770372726755
Binary1100111010010110110001100011111101111110111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,165,177); }

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

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

 a { background-color: rgb(51,165,177); }

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

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

 span { border-color: rgb(51,165,177); }

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