Html Css Color HEX #3271BB Curious Blue

📋 copy color: '#3271BB'

red 50 ◦ green 113 ◦ blue 187

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

Shades of Curious Blue #3271BB

Tints of Curious Blue #3271BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 14.29%
G = 32.29%
B = 53.43%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3271BB (or 0x3271BB) is known color: Curious Blue. HEX triplet: 32, 71 and BB. RGB value is (50,113,187). Sum of RGB (Red+Green+Blue) = 50+113+187=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #3271BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271BB is #CD8E44. Grayscale: #666666. Windows color (decimal): -13471301 or 12284210. OLE color: 12284210.

HSL color Cylindrical-coordinate representation of color #3271BB: hue angle of 212.41º 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 #3271BB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 113 187 -
CMYK 0.73 0.40 0 0.27
HSL 212.41º 0.58% 0.46% -
HSV(B) 212.41º 0.73% 0.73% -
XYZ 16.19 16.08 49.26 -
YUV 102.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 50 113 187 0.73 0.40 0 0.27 212.41 0.58 0.46
Hex 32 71 BB 49 28 0 1B D4 3A 2E
Octal 62 161 273 111 50 0 33 324 72 56
Binary 110010 1110001 10111011 1001001 101000 0 11011 11010100 111010 101110

Color Harmonies of #3271BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3271BB

Black with #3271BB

Text Example


Text Example

White with #3271BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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