Html Css Color HEX #32A5B9 Pelorous

📋 copy color: '#32A5B9'

red 50 ◦ green 165 ◦ blue 185

#32A5B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #32A5B9

Tints of Pelorous #32A5B9

RGB

 RED value IS 50 (19.92% from 255) = 12.5%

 GREEN value IS 165 (64.84% from 255) = 41.25%

 BLUE value IS 185 (72.66% from 255) = 46.25%

R = 12.5%
G = 41.25%
B = 46.25%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#32A5B9 (or 0x32A5B9) is known color: Pelorous. HEX triplet: 32, A5 and B9. RGB value is (50,165,185). Sum of RGB (Red+Green+Blue) = 50+165+185=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #32A5B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A5B9 is #CD5A46. Grayscale: #848484. Windows color (decimal): -13457991 or 12166450. OLE color: 12166450.

HSL color Cylindrical-coordinate representation of color #32A5B9: hue angle of 188.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32A5B9 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 165 185 -
CMYK 0.73 0.11 0 0.27
HSL 188.89º 0.57% 0.46% -
HSV(B) 188.89º 0.73% 0.73% -
XYZ 23.53 31.09 50.66 -
YUV 132.9 157.4 68.87 -
System Red Green Blue C M Y K H S L
Decimal 50 165 185 0.73 0.11 0 0.27 188.89 0.57 0.46
Hex 32 A5 B9 49 B 0 1B BD 39 2E
Octal 62 245 271 111 13 0 33 275 71 56
Binary 110010 10100101 10111001 1001001 1011 0 11011 10111101 111001 101110

Color Harmonies of #32A5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A5B9

Black with #32A5B9

Text Example


Text Example

White with #32A5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A5B9; }

 p { color: rgb(50,165,185); }

 H1.HeaderClassName
 {
   color: #32A5B9;
 }
 .AnyTagClassName
 {
   color: #32A5B9;
 }
</style>

background-color css

<style>
 a { background-color: #32A5B9; }

 a { background-color: rgb(50,165,185); }

 div.DivClassName
 {
   background-color: #32A5B9;
 }
 .BgClassName
 {
   background-color: #32A5B9;
 }
</style>

border-color css

<style>
 span { border-color: #32A5B9; }

 span { border-color: rgb(50,165,185); }

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