Html Css Color HEX #32A5BD Pelorous

📋 copy color: '#32A5BD'

red 50 ◦ green 165 ◦ blue 189

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

Shades of Pelorous #32A5BD

Tints of Pelorous #32A5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 12.38%
G = 40.84%
B = 46.78%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#32A5BD (or 0x32A5BD) is known color: Pelorous. HEX triplet: 32, A5 and BD. RGB value is (50,165,189). Sum of RGB (Red+Green+Blue) = 50+165+189=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #32A5BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A5BD is #CD5A42. Grayscale: #858585. Windows color (decimal): -13457987 or 12428594. OLE color: 12428594.

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

Color convert

RGB 50 165 189 -
CMYK 0.74 0.13 0 0.26
HSL 190.36º 0.58% 0.47% -
HSV(B) 190.36º 0.74% 0.74% -
XYZ 23.96 31.26 52.92 -
YUV 133.35 159.4 68.55 -
System Red Green Blue C M Y K H S L
Decimal 50 165 189 0.74 0.13 0 0.26 190.36 0.58 0.47
Hex 32 A5 BD 4A D 0 1A BE 3A 2F
Octal 62 245 275 112 15 0 32 276 72 57
Binary 110010 10100101 10111101 1001010 1101 0 11010 10111110 111010 101111

Color Harmonies of #32A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A5BD

Black with #32A5BD

Text Example


Text Example

White with #32A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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