#2B79BE

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

Shades of Curious Blue #2B79BE

Tints of Curious Blue #2B79BE

Color information

#2B79BE (or 0x2B79BE) is unknown color: approx Curious Blue. HEX triplet: 2B, 79 and BE. RGB value is (43,121,190). Sum of RGB (Red+Green+Blue) = 43+121+190=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B79BE is #D48641. Grayscale: #696969. Windows color (decimal): -13928002 or 12482859. OLE color: 12482859.

HSL color Cylindrical-coordinate representation of color #2B79BE: hue angle of 208.16º 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 #2B79BE is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB43121190-
CMYK0.770.3600.25
HSL208.16º63.09%45.69%-
HSV(B)208.16º77.37%74.51%-
XYZ17.1317.9151.27-
YUV105.54175.6683.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=12.15%
G=34.18%
B=53.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431211900.770.3600.25208.1663.0945.69
Hex2B79BE4D24019d03f2e
Octal53171276115440313207756
Binary101011111100110111110100110110010001100111010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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