#2B8ACA

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

Shades of Curious Blue #2B8ACA

Tints of Curious Blue #2B8ACA

Color information

#2B8ACA (or 0x2B8ACA) is unknown color: approx Curious Blue. HEX triplet: 2B, 8A and CA. RGB value is (43,138,202). Sum of RGB (Red+Green+Blue) = 43+138+202=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B8ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8ACA is #D47535. Grayscale: #747474. Windows color (decimal): -13923638 or 13273643. OLE color: 13273643.

HSL color Cylindrical-coordinate representation of color #2B8ACA: hue angle of 204.15º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B8ACA is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB43138202-
CMYK0.790.3200.21
HSL204.15º64.9%48.04%-
HSV(B)204.15º78.71%79.22%-
XYZ20.7522.9559.21-
YUV116.89176.0375.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.23%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=11.23%
G=36.03%
B=52.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431382020.790.3200.21204.1564.948.04
Hex2B8ACA4F20015cc4130
Octal532123121174002531410160
Binary10101110001010110010101001111100000010101110011001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,138,202); }

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

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

 a { background-color: rgb(43,138,202); }

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

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

 span { border-color: rgb(43,138,202); }

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