Html Css Color HEX #327DC2 Curious Blue

📋 copy color: '#327DC2'

red 50 ◦ green 125 ◦ blue 194

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

Shades of Curious Blue #327DC2

Tints of Curious Blue #327DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 13.55%
G = 33.88%
B = 52.57%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#327DC2 (or 0x327DC2) is known color: Curious Blue. HEX triplet: 32, 7D and C2. RGB value is (50,125,194). Sum of RGB (Red+Green+Blue) = 50+125+194=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #327DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DC2 is #CD823D. Grayscale: #6E6E6E. Windows color (decimal): -13468222 or 12746034. OLE color: 12746034.

HSL color Cylindrical-coordinate representation of color #327DC2: hue angle of 208.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327DC2 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 125 194 -
CMYK 0.74 0.36 0 0.24
HSL 208.75º 0.59% 0.48% -
HSV(B) 208.75º 0.74% 0.76% -
XYZ 18.39 19.24 53.78 -
YUV 110.44 175.15 84.89 -
System Red Green Blue C M Y K H S L
Decimal 50 125 194 0.74 0.36 0 0.24 208.75 0.59 0.48
Hex 32 7D C2 4A 24 0 18 D1 3B 30
Octal 62 175 302 112 44 0 30 321 73 60
Binary 110010 1111101 11000010 1001010 100100 0 11000 11010001 111011 110000

Color Harmonies of #327DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DC2

Black with #327DC2

Text Example


Text Example

White with #327DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,125,194); }

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

background-color css

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

 a { background-color: rgb(50,125,194); }

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

border-color css

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

 span { border-color: rgb(50,125,194); }

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