#2A8BBC

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

Shades of Curious Blue #2A8BBC

Tints of Curious Blue #2A8BBC

Color information

#2A8BBC (or 0x2A8BBC) is unknown color: approx Curious Blue. HEX triplet: 2A, 8B and BC. RGB value is (42,139,188). Sum of RGB (Red+Green+Blue) = 42+139+188=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A8BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8BBC is #D57443. Grayscale: #737373. Windows color (decimal): -13988932 or 12356394. OLE color: 12356394.

HSL color Cylindrical-coordinate representation of color #2A8BBC: hue angle of 200.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A8BBC is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB42139188-
CMYK0.780.2600.26
HSL200.14º63.48%45.1%-
HSV(B)200.14º77.66%73.73%-
XYZ19.2622.5950.92-
YUV115.58168.8675.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.38%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 188 (73.83% from 255) = 50.95%
R=11.38%
G=37.67%
B=50.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421391880.780.2600.26200.1463.4845.1
Hex2A8BBC4E1A01Ac83f2d
Octal52213274116320323107755
Binary101010100010111011110010011101101001101011001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,139,188); }

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

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

 a { background-color: rgb(42,139,188); }

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

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

 span { border-color: rgb(42,139,188); }

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