Html Css Color HEX #327FBA Curious Blue

📋 copy color: '#327FBA'

red 50 ◦ green 127 ◦ blue 186

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

Shades of Curious Blue #327FBA

Tints of Curious Blue #327FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 13.77%
G = 34.99%
B = 51.24%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#327FBA (or 0x327FBA) is known color: Curious Blue. HEX triplet: 32, 7F and BA. RGB value is (50,127,186). Sum of RGB (Red+Green+Blue) = 50+127+186=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #327FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FBA is #CD8045. Grayscale: #6E6E6E. Windows color (decimal): -13467718 or 12222258. OLE color: 12222258.

HSL color Cylindrical-coordinate representation of color #327FBA: hue angle of 206.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327FBA is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 127 186 -
CMYK 0.73 0.32 0 0.27
HSL 206.03º 0.58% 0.46% -
HSV(B) 206.03º 0.73% 0.73% -
XYZ 17.77 19.4 49.26 -
YUV 110.7 170.49 84.7 -
System Red Green Blue C M Y K H S L
Decimal 50 127 186 0.73 0.32 0 0.27 206.03 0.58 0.46
Hex 32 7F BA 49 20 0 1B CE 3A 2E
Octal 62 177 272 111 40 0 33 316 72 56
Binary 110010 1111111 10111010 1001001 100000 0 11011 11001110 111010 101110

Color Harmonies of #327FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FBA

Black with #327FBA

Text Example


Text Example

White with #327FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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