#2B7FBA

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

Shades of Curious Blue #2B7FBA

Tints of Curious Blue #2B7FBA

Color information

#2B7FBA (or 0x2B7FBA) is unknown color: approx Curious Blue. HEX triplet: 2B, 7F and BA. RGB value is (43,127,186). Sum of RGB (Red+Green+Blue) = 43+127+186=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B7FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7FBA is #D48045. Grayscale: #6C6C6C. Windows color (decimal): -13926470 or 12222251. OLE color: 12222251.

HSL color Cylindrical-coordinate representation of color #2B7FBA: hue angle of 204.76º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B7FBA is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43127186-
CMYK0.770.3200.27
HSL204.76º62.45%44.9%-
HSV(B)204.76º76.88%72.94%-
XYZ17.4519.2449.25-
YUV108.61171.6781.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.08%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=12.08%
G=35.67%
B=52.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431271860.770.3200.27204.7662.4544.9
Hex2B7FBA4D2001Bcd3e2d
Octal53177272115400333157655
Binary101011111111110111010100110110000001101111001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,127,186); }

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

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

 a { background-color: rgb(43,127,186); }

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

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

 span { border-color: rgb(43,127,186); }

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