Html Css Color HEX #327DCC Curious Blue

📋 copy color: '#327DCC'

red 50 ◦ green 125 ◦ blue 204

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

Shades of Curious Blue #327DCC

Tints of Curious Blue #327DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 13.19%
G = 32.98%
B = 53.83%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#327DCC (or 0x327DCC) is known color: Curious Blue. HEX triplet: 32, 7D and CC. RGB value is (50,125,204). Sum of RGB (Red+Green+Blue) = 50+125+204=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #327DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DCC is #CD8233. Grayscale: #6F6F6F. Windows color (decimal): -13468212 or 13401394. OLE color: 13401394.

HSL color Cylindrical-coordinate representation of color #327DCC: hue angle of 210.78º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327DCC is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 125 204 -
CMYK 0.75 0.39 0 0.2
HSL 210.78º 0.61% 0.5% -
HSV(B) 210.78º 0.75% 0.8% -
XYZ 19.55 19.7 59.9 -
YUV 111.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 50 125 204 0.75 0.39 0 0.2 210.78 0.61 0.5
Hex 32 7D CC 4B 27 0 14 D3 3D 32
Octal 62 175 314 113 47 0 24 323 75 62
Binary 110010 1111101 11001100 1001011 100111 0 10100 11010011 111101 110010

Color Harmonies of #327DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DCC

Black with #327DCC

Text Example


Text Example

White with #327DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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