#2B8EC4

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

Shades of Curious Blue #2B8EC4

Tints of Curious Blue #2B8EC4

Color information

#2B8EC4 (or 0x2B8EC4) is unknown color: approx Curious Blue. HEX triplet: 2B, 8E and C4. RGB value is (43,142,196). Sum of RGB (Red+Green+Blue) = 43+142+196=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #2B8EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8EC4 is #D4713B. Grayscale: #767676. Windows color (decimal): -13922620 or 12881451. OLE color: 12881451.

HSL color Cylindrical-coordinate representation of color #2B8EC4: hue angle of 201.18º 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 #2B8EC4 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB43142196-
CMYK0.780.2800.23
HSL201.18º64.02%46.86%-
HSV(B)201.18º78.06%76.86%-
XYZ20.6323.8555.74-
YUV118.56171.774.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.29%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 196 (76.95% from 255) = 51.44%
R=11.29%
G=37.27%
B=51.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal431421960.780.2800.23201.1864.0246.86
Hex2B8EC44E1C017c9402f
Octal532163041163402731110057
Binary1010111000111011000100100111011100010111110010011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,142,196); }

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

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

 a { background-color: rgb(43,142,196); }

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

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

 span { border-color: rgb(43,142,196); }

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