Html Css Color HEX #327E9A Scooter

📋 copy color: '#327E9A'

red 50 ◦ green 126 ◦ blue 154

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

Shades of Scooter #327E9A

Tints of Scooter #327E9A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.18%

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

R = 15.15%
G = 38.18%
B = 46.67%

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

#327E9A (or 0x327E9A) is known color: Scooter. HEX triplet: 32, 7E and 9A. RGB value is (50,126,154). Sum of RGB (Red+Green+Blue) = 50+126+154=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #327E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E9A is #CD8165. Grayscale: #6A6A6A. Windows color (decimal): -13468006 or 10124850. OLE color: 10124850.

HSL color Cylindrical-coordinate representation of color #327E9A: hue angle of 196.15º 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 #327E9A is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 126 154 -
CMYK 0.68 0.18 0 0.40
HSL 196.15º 0.51% 0.4% -
HSV(B) 196.15º 0.68% 0.6% -
XYZ 14.61 17.93 33.26 -
YUV 106.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 50 126 154 0.68 0.18 0 0.40 196.15 0.51 0.4
Hex 32 7E 9A 44 12 0 28 C4 33 28
Octal 62 176 232 104 22 0 50 304 63 50
Binary 110010 1111110 10011010 1000100 10010 0 101000 11000100 110011 101000

Color Harmonies of #327E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E9A

Black with #327E9A

Text Example


Text Example

White with #327E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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