Html Css Color HEX #3276BB Curious Blue

📋 copy color: '#3276BB'

red 50 ◦ green 118 ◦ blue 187

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

Shades of Curious Blue #3276BB

Tints of Curious Blue #3276BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 14.08%
G = 33.24%
B = 52.68%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3276BB (or 0x3276BB) is known color: Curious Blue. HEX triplet: 32, 76 and BB. RGB value is (50,118,187). Sum of RGB (Red+Green+Blue) = 50+118+187=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3276BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276BB is #CD8944. Grayscale: #696969. Windows color (decimal): -13470021 or 12285490. OLE color: 12285490.

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

Color convert

RGB 50 118 187 -
CMYK 0.73 0.37 0 0.27
HSL 210.22º 0.58% 0.46% -
HSV(B) 210.22º 0.73% 0.73% -
XYZ 16.76 17.22 49.45 -
YUV 105.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 50 118 187 0.73 0.37 0 0.27 210.22 0.58 0.46
Hex 32 76 BB 49 25 0 1B D2 3A 2E
Octal 62 166 273 111 45 0 33 322 72 56
Binary 110010 1110110 10111011 1001001 100101 0 11011 11010010 111010 101110

Color Harmonies of #3276BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3276BB

Black with #3276BB

Text Example


Text Example

White with #3276BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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