Html Css Color HEX #327FB1 Curious Blue

📋 copy color: '#327FB1'

red 50 ◦ green 127 ◦ blue 177

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

Shades of Curious Blue #327FB1

Tints of Curious Blue #327FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50%

R = 14.12%
G = 35.88%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#327FB1 (or 0x327FB1) is known color: Curious Blue. HEX triplet: 32, 7F and B1. RGB value is (50,127,177). Sum of RGB (Red+Green+Blue) = 50+127+177=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #327FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327FB1 is #CD804E. Grayscale: #6D6D6D. Windows color (decimal): -13467727 or 11632434. OLE color: 11632434.

HSL color Cylindrical-coordinate representation of color #327FB1: hue angle of 203.62º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #327FB1 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 127 177 -
CMYK 0.72 0.28 0 0.31
HSL 203.62º 0.56% 0.45% -
HSV(B) 203.62º 0.72% 0.69% -
XYZ 16.84 19.03 44.38 -
YUV 109.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 50 127 177 0.72 0.28 0 0.31 203.62 0.56 0.45
Hex 32 7F B1 48 1C 0 1F CC 38 2D
Octal 62 177 261 110 34 0 37 314 70 55
Binary 110010 1111111 10110001 1001000 11100 0 11111 11001100 111000 101101

Color Harmonies of #327FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FB1

Black with #327FB1

Text Example


Text Example

White with #327FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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