Html Css Color HEX #327EC5 Curious Blue

📋 copy color: '#327EC5'

red 50 ◦ green 126 ◦ blue 197

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

Shades of Curious Blue #327EC5

Tints of Curious Blue #327EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.82%

R = 13.4%
G = 33.78%
B = 52.82%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#327EC5 (or 0x327EC5) is known color: Curious Blue. HEX triplet: 32, 7E and C5. RGB value is (50,126,197). Sum of RGB (Red+Green+Blue) = 50+126+197=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #327EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EC5 is #CD813A. Grayscale: #6F6F6F. Windows color (decimal): -13467963 or 12942898. OLE color: 12942898.

HSL color Cylindrical-coordinate representation of color #327EC5: hue angle of 208.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327EC5 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 126 197 -
CMYK 0.75 0.36 0 0.23
HSL 208.98º 0.6% 0.48% -
HSV(B) 208.98º 0.75% 0.77% -
XYZ 18.85 19.63 55.62 -
YUV 111.37 176.32 84.23 -
System Red Green Blue C M Y K H S L
Decimal 50 126 197 0.75 0.36 0 0.23 208.98 0.6 0.48
Hex 32 7E C5 4B 24 0 17 D1 3C 30
Octal 62 176 305 113 44 0 27 321 74 60
Binary 110010 1111110 11000101 1001011 100100 0 10111 11010001 111100 110000

Color Harmonies of #327EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EC5

Black with #327EC5

Text Example


Text Example

White with #327EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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