Html Css Color HEX #327DCE Curious Blue

📋 copy color: '#327DCE'

red 50 ◦ green 125 ◦ blue 206

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

Shades of Curious Blue #327DCE

Tints of Curious Blue #327DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 13.12%
G = 32.81%
B = 54.07%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#327DCE (or 0x327DCE) is known color: Curious Blue. HEX triplet: 32, 7D and CE. RGB value is (50,125,206). Sum of RGB (Red+Green+Blue) = 50+125+206=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #327DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DCE is #CD8231. Grayscale: #6F6F6F. Windows color (decimal): -13468210 or 13532466. OLE color: 13532466.

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

Color convert

RGB 50 125 206 -
CMYK 0.76 0.39 0 0.19
HSL 211.15º 0.61% 0.5% -
HSV(B) 211.15º 0.76% 0.81% -
XYZ 19.79 19.8 61.17 -
YUV 111.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 50 125 206 0.76 0.39 0 0.19 211.15 0.61 0.5
Hex 32 7D CE 4C 27 0 13 D3 3D 32
Octal 62 175 316 114 47 0 23 323 75 62
Binary 110010 1111101 11001110 1001100 100111 0 10011 11010011 111101 110010

Color Harmonies of #327DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DCE

Black with #327DCE

Text Example


Text Example

White with #327DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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