#2B77BF

Color #2B77BF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2B77BF

Tints of Curious Blue #2B77BF

Color information

#2B77BF (or 0x2B77BF) is unknown color: approx Curious Blue. HEX triplet: 2B, 77 and BF. RGB value is (43,119,191). Sum of RGB (Red+Green+Blue) = 43+119+191=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B77BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77BF is #D48840. Grayscale: #686868. Windows color (decimal): -13928513 or 12547883. OLE color: 12547883.

HSL color Cylindrical-coordinate representation of color #2B77BF: hue angle of 209.19º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B77BF is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB43119191-
CMYK0.770.3800.25
HSL209.19º63.25%45.88%-
HSV(B)209.19º77.49%74.9%-
XYZ1717.4751.77-
YUV104.48176.8284.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.18%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 191 (75% from 255) = 54.11%
R=12.18%
G=33.71%
B=54.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431191910.770.3800.25209.1963.2545.88
Hex2B77BF4D26019d13f2e
Octal53167277115460313217756
Binary101011111011110111111100110110011001100111010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B77BF; }

 p { color: rgb(43,119,191); }

 H1.HeaderClassName
 {
   color: #2B77BF;
 }
 .AnyTagClassName
 {
   color: #2B77BF;
 }
</style>
background-color css

<style>
 a { background-color: #2B77BF; }

 a { background-color: rgb(43,119,191); }

 div.DivClassName
 {
   background-color: #2B77BF;
 }
 .BgClassName
 {
   background-color: #2B77BF;
 }
</style>
border-color css

<style>
 span { border-color: #2B77BF; }

 span { border-color: rgb(43,119,191); }

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