#2C8AC9

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

Shades of Curious Blue #2C8AC9

Tints of Curious Blue #2C8AC9

Color information

#2C8AC9 (or 0x2C8AC9) is unknown color: approx Curious Blue. HEX triplet: 2C, 8A and C9. RGB value is (44,138,201). Sum of RGB (Red+Green+Blue) = 44+138+201=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #2C8AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8AC9 is #D37536. Grayscale: #747474. Windows color (decimal): -13858103 or 13208108. OLE color: 13208108.

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

Color convert

RGB44138201-
CMYK0.780.3100.21
HSL204.08º64.08%48.04%-
HSV(B)204.08º78.11%78.82%-
XYZ20.6722.9358.59-
YUV117.08175.3675.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.49%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=11.49%
G=36.03%
B=52.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal441382010.780.3100.21204.0864.0848.04
Hex2C8AC94E1F015cc4030
Octal542123111163702531410060
Binary1011001000101011001001100111011111010101110011001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,138,201); }

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

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

 a { background-color: rgb(44,138,201); }

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

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

 span { border-color: rgb(44,138,201); }

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