#2B8CCE

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

Shades of Curious Blue #2B8CCE

Tints of Curious Blue #2B8CCE

Color information

#2B8CCE (or 0x2B8CCE) is unknown color: approx Curious Blue. HEX triplet: 2B, 8C and CE. RGB value is (43,140,206). Sum of RGB (Red+Green+Blue) = 43+140+206=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B8CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8CCE is #D47331. Grayscale: #767676. Windows color (decimal): -13923122 or 13536299. OLE color: 13536299.

HSL color Cylindrical-coordinate representation of color #2B8CCE: hue angle of 204.29º degrees, saturation: 0.65, 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 #2B8CCE is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB43140206-
CMYK0.790.3200.19
HSL204.29º65.46%48.82%-
HSV(B)204.29º79.13%80.78%-
XYZ21.5123.7361.84-
YUV118.52177.3674.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.05%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 206 (80.86% from 255) = 52.96%
R=11.05%
G=35.99%
B=52.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal431402060.790.3200.19204.2965.4648.82
Hex2B8CCE4F20013cc4131
Octal532143161174002331410161
Binary10101110001100110011101001111100000010011110011001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,140,206); }

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

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

 a { background-color: rgb(43,140,206); }

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

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

 span { border-color: rgb(43,140,206); }

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