#33A7BE

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

Shades of Pelorous #33A7BE

Tints of Pelorous #33A7BE

Color information

#33A7BE (or 0x33A7BE) is unknown color: approx Pelorous. HEX triplet: 33, A7 and BE. RGB value is (51,167,190). Sum of RGB (Red+Green+Blue) = 51+167+190=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #33A7BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A7BE is #CC5841. Grayscale: #868686. Windows color (decimal): -13391938 or 12494643. OLE color: 12494643.

HSL color Cylindrical-coordinate representation of color #33A7BE: hue angle of 189.93º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33A7BE is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51167190-
CMYK0.730.1200.25
HSL189.93º57.68%47.25%-
HSV(B)189.93º73.16%74.51%-
XYZ24.4832.0653.61-
YUV134.94159.0768.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.5%
GREEN value IS 167 (65.62% from 255) = 40.93%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=12.5%
G=40.93%
B=46.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511671900.730.1200.25189.9357.6847.25
Hex33A7BE49C019be3a2f
Octal63247276111140312767257
Binary11001110100111101111101001001110001100110111110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,167,190); }

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

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

 a { background-color: rgb(51,167,190); }

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

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

 span { border-color: rgb(51,167,190); }

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