#2B7FC5

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

Shades of Curious Blue #2B7FC5

Tints of Curious Blue #2B7FC5

Color information

#2B7FC5 (or 0x2B7FC5) is unknown color: approx Curious Blue. HEX triplet: 2B, 7F and C5. RGB value is (43,127,197). Sum of RGB (Red+Green+Blue) = 43+127+197=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 197 (77.34% from 255 or 53.68% from 367); Max value from RGB is 197 - color contains mainly: blue. Hex color #2B7FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7FC5 is #D4803A. Grayscale: #6D6D6D. Windows color (decimal): -13926459 or 12943147. OLE color: 12943147.

HSL color Cylindrical-coordinate representation of color #2B7FC5: hue angle of 207.27º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B7FC5 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB43127197-
CMYK0.780.3600.23
HSL207.27º64.17%47.06%-
HSV(B)207.27º78.17%77.25%-
XYZ18.6619.7255.65-
YUV109.86177.1780.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.72%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 197 (77.34% from 255) = 53.68%
R=11.72%
G=34.60%
B=53.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal431271970.780.3600.23207.2764.1747.06
Hex2B7FC54E24017cf402f
Octal531773051164402731710057
Binary1010111111111110001011001110100100010111110011111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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