#36A1B1

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

Shades of Pelorous #36A1B1

Tints of Pelorous #36A1B1

Color information

#36A1B1 (or 0x36A1B1) is unknown color: approx Pelorous. HEX triplet: 36, A1 and B1. RGB value is (54,161,177). Sum of RGB (Red+Green+Blue) = 54+161+177=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #36A1B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A1B1 is #C95E4E. Grayscale: #828282. Windows color (decimal): -13196879 or 11641142. OLE color: 11641142.

HSL color Cylindrical-coordinate representation of color #36A1B1: hue angle of 187.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36A1B1 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB54161177-
CMYK0.690.0900.31
HSL187.8º53.25%45.29%-
HSV(B)187.8º69.49%69.41%-
XYZ22.229.4546.11-
YUV130.83154.0573.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.78%
GREEN value IS 161 (63.28% from 255) = 41.07%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=13.78%
G=41.07%
B=45.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541611770.690.0900.31187.853.2545.29
Hex36A1B145901Fbc352d
Octal66241261105110372746555
Binary11011010100001101100011000101100101111110111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A1B1; }

 p { color: rgb(54,161,177); }

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

<style>
 a { background-color: #36A1B1; }

 a { background-color: rgb(54,161,177); }

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

<style>
 span { border-color: #36A1B1; }

 span { border-color: rgb(54,161,177); }

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