Html Css Color HEX #32839B Scooter

📋 copy color: '#32839B'

red 50 ◦ green 131 ◦ blue 155

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

Shades of Scooter #32839B

Tints of Scooter #32839B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 14.88%
G = 38.99%
B = 46.13%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32839B (or 0x32839B) is known color: Scooter. HEX triplet: 32, 83 and 9B. RGB value is (50,131,155). Sum of RGB (Red+Green+Blue) = 50+131+155=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #32839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32839B is #CD7C64. Grayscale: #6D6D6D. Windows color (decimal): -13466725 or 10191666. OLE color: 10191666.

HSL color Cylindrical-coordinate representation of color #32839B: hue angle of 193.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32839B is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 131 155 -
CMYK 0.68 0.15 0 0.39
HSL 193.71º 0.51% 0.4% -
HSV(B) 193.71º 0.68% 0.61% -
XYZ 15.35 19.28 33.92 -
YUV 109.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 50 131 155 0.68 0.15 0 0.39 193.71 0.51 0.4
Hex 32 83 9B 44 F 0 27 C2 33 28
Octal 62 203 233 104 17 0 47 302 63 50
Binary 110010 10000011 10011011 1000100 1111 0 100111 11000010 110011 101000

Color Harmonies of #32839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32839B

Black with #32839B

Text Example


Text Example

White with #32839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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