Html Css Color HEX #327CB1 Curious Blue

📋 copy color: '#327CB1'

red 50 ◦ green 124 ◦ blue 177

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

Shades of Curious Blue #327CB1

Tints of Curious Blue #327CB1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

 BLUE value IS 177 (69.53% from 255) = 50.43%

R = 14.25%
G = 35.33%
B = 50.43%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#327CB1 (or 0x327CB1) is known color: Curious Blue. HEX triplet: 32, 7C and B1. RGB value is (50,124,177). Sum of RGB (Red+Green+Blue) = 50+124+177=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #327CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327CB1 is #CD834E. Grayscale: #6B6B6B. Windows color (decimal): -13468495 or 11631666. OLE color: 11631666.

HSL color Cylindrical-coordinate representation of color #327CB1: hue angle of 205.04º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #327CB1 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 124 177 -
CMYK 0.72 0.30 0 0.31
HSL 205.04º 0.56% 0.45% -
HSV(B) 205.04º 0.72% 0.69% -
XYZ 16.46 18.27 44.25 -
YUV 107.92 166.98 86.69 -
System Red Green Blue C M Y K H S L
Decimal 50 124 177 0.72 0.30 0 0.31 205.04 0.56 0.45
Hex 32 7C B1 48 1E 0 1F CD 38 2D
Octal 62 174 261 110 36 0 37 315 70 55
Binary 110010 1111100 10110001 1001000 11110 0 11111 11001101 111000 101101

Color Harmonies of #327CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CB1

Black with #327CB1

Text Example


Text Example

White with #327CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,177); }

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

background-color css

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

 a { background-color: rgb(50,124,177); }

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

border-color css

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

 span { border-color: rgb(50,124,177); }

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