Html Css Color HEX #327EBC Curious Blue

📋 copy color: '#327EBC'

red 50 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #327EBC

Tints of Curious Blue #327EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 13.74%
G = 34.62%
B = 51.65%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#327EBC (or 0x327EBC) is known color: Curious Blue. HEX triplet: 32, 7E and BC. RGB value is (50,126,188). Sum of RGB (Red+Green+Blue) = 50+126+188=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #327EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EBC is #CD8143. Grayscale: #6E6E6E. Windows color (decimal): -13467972 or 12353074. OLE color: 12353074.

HSL color Cylindrical-coordinate representation of color #327EBC: hue angle of 206.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327EBC is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 126 188 -
CMYK 0.73 0.33 0 0.26
HSL 206.96º 0.58% 0.47% -
HSV(B) 206.96º 0.73% 0.74% -
XYZ 17.85 19.23 50.35 -
YUV 110.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 50 126 188 0.73 0.33 0 0.26 206.96 0.58 0.47
Hex 32 7E BC 49 21 0 1A CF 3A 2F
Octal 62 176 274 111 41 0 32 317 72 57
Binary 110010 1111110 10111100 1001001 100001 0 11010 11001111 111010 101111

Color Harmonies of #327EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EBC

Black with #327EBC

Text Example


Text Example

White with #327EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,126,188); }

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

background-color css

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

 a { background-color: rgb(50,126,188); }

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

border-color css

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

 span { border-color: rgb(50,126,188); }

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