Html Css Color HEX #32839D Scooter

📋 copy color: '#32839D'

red 50 ◦ green 131 ◦ blue 157

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

Shades of Scooter #32839D

Tints of Scooter #32839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 14.79%
G = 38.76%
B = 46.45%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32839D (or 0x32839D) is known color: Scooter. HEX triplet: 32, 83 and 9D. RGB value is (50,131,157). Sum of RGB (Red+Green+Blue) = 50+131+157=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #32839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32839D is #CD7C62. Grayscale: #6D6D6D. Windows color (decimal): -13466723 or 10322738. OLE color: 10322738.

HSL color Cylindrical-coordinate representation of color #32839D: hue angle of 194.58º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32839D is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 131 157 -
CMYK 0.68 0.17 0 0.38
HSL 194.58º 0.52% 0.41% -
HSV(B) 194.58º 0.68% 0.62% -
XYZ 15.52 19.35 34.81 -
YUV 109.75 154.66 85.39 -
System Red Green Blue C M Y K H S L
Decimal 50 131 157 0.68 0.17 0 0.38 194.58 0.52 0.41
Hex 32 83 9D 44 11 0 26 C3 34 29
Octal 62 203 235 104 21 0 46 303 64 51
Binary 110010 10000011 10011101 1000100 10001 0 100110 11000011 110100 101001

Color Harmonies of #32839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32839D

Black with #32839D

Text Example


Text Example

White with #32839D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32839D; }

 p { color: rgb(50,131,157); }

 H1.HeaderClassName
 {
   color: #32839D;
 }
 .AnyTagClassName
 {
   color: #32839D;
 }
</style>

background-color css

<style>
 a { background-color: #32839D; }

 a { background-color: rgb(50,131,157); }

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

border-color css

<style>
 span { border-color: #32839D; }

 span { border-color: rgb(50,131,157); }

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