Html Css Color HEX #327DCD Curious Blue

📋 copy color: '#327DCD'

red 50 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #327DCD

Tints of Curious Blue #327DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 13.16%
G = 32.89%
B = 53.95%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#327DCD (or 0x327DCD) is known color: Curious Blue. HEX triplet: 32, 7D and CD. RGB value is (50,125,205). Sum of RGB (Red+Green+Blue) = 50+125+205=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #327DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DCD is #CD8232. Grayscale: #6F6F6F. Windows color (decimal): -13468211 or 13466930. OLE color: 13466930.

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

Color convert

RGB 50 125 205 -
CMYK 0.76 0.39 0 0.20
HSL 210.97º 0.61% 0.5% -
HSV(B) 210.97º 0.76% 0.8% -
XYZ 19.67 19.75 60.53 -
YUV 111.7 180.65 84 -
System Red Green Blue C M Y K H S L
Decimal 50 125 205 0.76 0.39 0 0.20 210.97 0.61 0.5
Hex 32 7D CD 4C 27 0 14 D3 3D 32
Octal 62 175 315 114 47 0 24 323 75 62
Binary 110010 1111101 11001101 1001100 100111 0 10100 11010011 111101 110010

Color Harmonies of #327DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DCD

Black with #327DCD

Text Example


Text Example

White with #327DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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