Html Css Color HEX #327BCC Curious Blue

📋 copy color: '#327BCC'

red 50 ◦ green 123 ◦ blue 204

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

Shades of Curious Blue #327BCC

Tints of Curious Blue #327BCC

RGB

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

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

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

R = 13.26%
G = 32.63%
B = 54.11%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#327BCC (or 0x327BCC) is known color: Curious Blue. HEX triplet: 32, 7B and CC. RGB value is (50,123,204). Sum of RGB (Red+Green+Blue) = 50+123+204=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #327BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BCC is #CD8433. Grayscale: #6E6E6E. Windows color (decimal): -13468724 or 13400882. OLE color: 13400882.

HSL color Cylindrical-coordinate representation of color #327BCC: hue angle of 211.56º 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 #327BCC is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 123 204 -
CMYK 0.75 0.40 0 0.2
HSL 211.56º 0.61% 0.5% -
HSV(B) 211.56º 0.75% 0.8% -
XYZ 19.3 19.2 59.82 -
YUV 110.41 180.82 84.91 -
System Red Green Blue C M Y K H S L
Decimal 50 123 204 0.75 0.40 0 0.2 211.56 0.61 0.5
Hex 32 7B CC 4B 28 0 14 D4 3D 32
Octal 62 173 314 113 50 0 24 324 75 62
Binary 110010 1111011 11001100 1001011 101000 0 10100 11010100 111101 110010

Color Harmonies of #327BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BCC

Black with #327BCC

Text Example


Text Example

White with #327BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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