#2F80B1

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

Shades of Curious Blue #2F80B1

Tints of Curious Blue #2F80B1

Color information

#2F80B1 (or 0x2F80B1) is unknown color: approx Curious Blue. HEX triplet: 2F, 80 and B1. RGB value is (47,128,177). Sum of RGB (Red+Green+Blue) = 47+128+177=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #2F80B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F80B1 is #D07F4E. Grayscale: #6D6D6D. Windows color (decimal): -13664079 or 11632687. OLE color: 11632687.

HSL color Cylindrical-coordinate representation of color #2F80B1: hue angle of 202.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F80B1 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB47128177-
CMYK0.730.2800.31
HSL202.62º58.04%43.92%-
HSV(B)202.62º73.45%69.41%-
XYZ16.8319.2244.42-
YUV109.37166.1683.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.35%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 177 (69.53% from 255) = 50.28%
R=13.35%
G=36.36%
B=50.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471281770.730.2800.31202.6258.0443.92
Hex2F80B1491C01Fcb3a2c
Octal57200261111340373137254
Binary101111100000001011000110010011110001111111001011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F80B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,128,177); }

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

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

 a { background-color: rgb(47,128,177); }

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

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

 span { border-color: rgb(47,128,177); }

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