Html Css Color HEX #327BCD Curious Blue

📋 copy color: '#327BCD'

red 50 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #327BCD

Tints of Curious Blue #327BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

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

R = 13.23%
G = 32.54%
B = 54.23%

CMYK

 C value IS 0.76

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#327BCD (or 0x327BCD) is known color: Curious Blue. HEX triplet: 32, 7B and CD. RGB value is (50,123,205). Sum of RGB (Red+Green+Blue) = 50+123+205=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #327BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BCD is #CD8432. Grayscale: #6E6E6E. Windows color (decimal): -13468723 or 13466418. OLE color: 13466418.

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

Color convert

RGB 50 123 205 -
CMYK 0.76 0.4 0 0.20
HSL 211.74º 0.61% 0.5% -
HSV(B) 211.74º 0.76% 0.8% -
XYZ 19.42 19.25 60.45 -
YUV 110.52 181.32 84.83 -
System Red Green Blue C M Y K H S L
Decimal 50 123 205 0.76 0.4 0 0.20 211.74 0.61 0.5
Hex 32 7B CD 4C 28 0 14 D4 3D 32
Octal 62 173 315 114 50 0 24 324 75 62
Binary 110010 1111011 11001101 1001100 101000 0 10100 11010100 111101 110010

Color Harmonies of #327BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BCD

Black with #327BCD

Text Example


Text Example

White with #327BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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