Html Css Color HEX #327F9A Scooter

📋 copy color: '#327F9A'

red 50 ◦ green 127 ◦ blue 154

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

Shades of Scooter #327F9A

Tints of Scooter #327F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 38.37%

 BLUE value IS 154 (60.55% from 255) = 46.53%

R = 15.11%
G = 38.37%
B = 46.53%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#327F9A (or 0x327F9A) is known color: Scooter. HEX triplet: 32, 7F and 9A. RGB value is (50,127,154). Sum of RGB (Red+Green+Blue) = 50+127+154=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #327F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F9A is #CD8065. Grayscale: #6A6A6A. Windows color (decimal): -13467750 or 10125106. OLE color: 10125106.

HSL color Cylindrical-coordinate representation of color #327F9A: hue angle of 195.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327F9A is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 127 154 -
CMYK 0.68 0.18 0 0.40
HSL 195.58º 0.51% 0.4% -
HSV(B) 195.58º 0.68% 0.6% -
XYZ 14.74 18.19 33.31 -
YUV 107.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 50 127 154 0.68 0.18 0 0.40 195.58 0.51 0.4
Hex 32 7F 9A 44 12 0 28 C4 33 28
Octal 62 177 232 104 22 0 50 304 63 50
Binary 110010 1111111 10011010 1000100 10010 0 101000 11000100 110011 101000

Color Harmonies of #327F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F9A

Black with #327F9A

Text Example


Text Example

White with #327F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327F9A; }

 p { color: rgb(50,127,154); }

 H1.HeaderClassName
 {
   color: #327F9A;
 }
 .AnyTagClassName
 {
   color: #327F9A;
 }
</style>

background-color css

<style>
 a { background-color: #327F9A; }

 a { background-color: rgb(50,127,154); }

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

border-color css

<style>
 span { border-color: #327F9A; }

 span { border-color: rgb(50,127,154); }

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