Html Css Color HEX #3271BE Curious Blue

📋 copy color: '#3271BE'

red 50 ◦ green 113 ◦ blue 190

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

Shades of Curious Blue #3271BE

Tints of Curious Blue #3271BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 14.16%
G = 32.01%
B = 53.82%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3271BE (or 0x3271BE) is known color: Curious Blue. HEX triplet: 32, 71 and BE. RGB value is (50,113,190). Sum of RGB (Red+Green+Blue) = 50+113+190=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #3271BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271BE is #CD8E41. Grayscale: #666666. Windows color (decimal): -13471298 or 12480818. OLE color: 12480818.

HSL color Cylindrical-coordinate representation of color #3271BE: hue angle of 213º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3271BE is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 113 190 -
CMYK 0.74 0.41 0 0.25
HSL 213º 0.58% 0.47% -
HSV(B) 213º 0.74% 0.75% -
XYZ 16.51 16.21 50.97 -
YUV 102.94 177.13 90.24 -
System Red Green Blue C M Y K H S L
Decimal 50 113 190 0.74 0.41 0 0.25 213 0.58 0.47
Hex 32 71 BE 4A 29 0 19 D5 3A 2F
Octal 62 161 276 112 51 0 31 325 72 57
Binary 110010 1110001 10111110 1001010 101001 0 11001 11010101 111010 101111

Color Harmonies of #3271BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3271BE

Black with #3271BE

Text Example


Text Example

White with #3271BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3271BE; }

 p { color: rgb(50,113,190); }

 H1.HeaderClassName
 {
   color: #3271BE;
 }
 .AnyTagClassName
 {
   color: #3271BE;
 }
</style>

background-color css

<style>
 a { background-color: #3271BE; }

 a { background-color: rgb(50,113,190); }

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

border-color css

<style>
 span { border-color: #3271BE; }

 span { border-color: rgb(50,113,190); }

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