Html Css Color HEX #327FCD Curious Blue

📋 copy color: '#327FCD'

red 50 ◦ green 127 ◦ blue 205

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

Shades of Curious Blue #327FCD

Tints of Curious Blue #327FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 13.09%
G = 33.25%
B = 53.66%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#327FCD (or 0x327FCD) is known color: Curious Blue. HEX triplet: 32, 7F and CD. RGB value is (50,127,205). Sum of RGB (Red+Green+Blue) = 50+127+205=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #327FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FCD is #CD8032. Grayscale: #707070. Windows color (decimal): -13467699 or 13467442. OLE color: 13467442.

HSL color Cylindrical-coordinate representation of color #327FCD: hue angle of 210.19º 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 #327FCD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 127 205 -
CMYK 0.76 0.38 0 0.20
HSL 210.19º 0.61% 0.5% -
HSV(B) 210.19º 0.76% 0.8% -
XYZ 19.92 20.26 60.62 -
YUV 112.87 179.99 83.16 -
System Red Green Blue C M Y K H S L
Decimal 50 127 205 0.76 0.38 0 0.20 210.19 0.61 0.5
Hex 32 7F CD 4C 26 0 14 D2 3D 32
Octal 62 177 315 114 46 0 24 322 75 62
Binary 110010 1111111 11001101 1001100 100110 0 10100 11010010 111101 110010

Color Harmonies of #327FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FCD

Black with #327FCD

Text Example


Text Example

White with #327FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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