#2b79cf

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

Shades of Curious Blue #2B79CF

Tints of Curious Blue #2B79CF

Color information

#2B79CF (or 0x2B79CF) is unknown color: approx Curious Blue. HEX triplet: 2B, 79 and CF. RGB value is (43,121,207). Sum of RGB (Red+Green+Blue) = 43+121+207=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B79CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B79CF is #D48630. Grayscale: #6B6B6B. Windows color (decimal): -13927985 or 13596971. OLE color: 13596971.

HSL color Cylindrical-coordinate representation of color #2B79CF: hue angle of 211.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B79CF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB43121207-
CMYK0.790.4200.19
HSL211.46º65.6%49.02%-
HSV(B)211.46º79.23%81.18%-
XYZ19.118.6961.63-
YUV107.48184.1682.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.59%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 207 (81.25% from 255) = 55.80%
R=11.59%
G=32.61%
B=55.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal431212070.790.4200.19211.4665.649.02
Hex2B79CF4F2A013d34231
Octal531713171175202332310261
Binary1010111111001110011111001111101010010011110100111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b79cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,121,207); }

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

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

 a { background-color: rgb(43,121,207); }

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

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

 span { border-color: rgb(43,121,207); }

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