Html Css Color HEX #327DD1 Curious Blue

📋 copy color: '#327DD1'

red 50 ◦ green 125 ◦ blue 209

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

Shades of Curious Blue #327DD1

Tints of Curious Blue #327DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 54.43%

R = 13.02%
G = 32.55%
B = 54.43%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#327DD1 (or 0x327DD1) is known color: Curious Blue. HEX triplet: 32, 7D and D1. RGB value is (50,125,209). Sum of RGB (Red+Green+Blue) = 50+125+209=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #327DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DD1 is #CD822E. Grayscale: #6F6F6F. Windows color (decimal): -13468207 or 13729074. OLE color: 13729074.

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

Color convert

RGB 50 125 209 -
CMYK 0.76 0.40 0 0.18
HSL 211.7º 0.63% 0.51% -
HSV(B) 211.7º 0.76% 0.82% -
XYZ 20.16 19.95 63.11 -
YUV 112.15 182.65 83.67 -
System Red Green Blue C M Y K H S L
Decimal 50 125 209 0.76 0.40 0 0.18 211.7 0.63 0.51
Hex 32 7D D1 4C 28 0 12 D4 3F 33
Octal 62 175 321 114 50 0 22 324 77 63
Binary 110010 1111101 11010001 1001100 101000 0 10010 11010100 111111 110011

Color Harmonies of #327DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DD1

Black with #327DD1

Text Example


Text Example

White with #327DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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