#2C88DA

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

Shades of Curious Blue #2C88DA

Tints of Curious Blue #2C88DA

Color information

#2C88DA (or 0x2C88DA) is unknown color: approx Curious Blue. HEX triplet: 2C, 88 and DA. RGB value is (44,136,218). Sum of RGB (Red+Green+Blue) = 44+136+218=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C88DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C88DA is #D37725. Grayscale: #757575. Windows color (decimal): -13858598 or 14321708. OLE color: 14321708.

HSL color Cylindrical-coordinate representation of color #2C88DA: hue angle of 208.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C88DA is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB44136218-
CMYK0.800.3800.15
HSL208.28º70.16%51.37%-
HSV(B)208.28º79.82%85.49%-
XYZ22.523.2169.62-
YUV117.84184.5275.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.06%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 218 (85.55% from 255) = 54.77%
R=11.06%
G=34.17%
B=54.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal441362180.800.3800.15208.2870.1651.37
Hex2C88DA50260Fd04633
Octal542103321204601732010663
Binary1011001000100011011010101000010011001111110100001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,136,218); }

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

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

 a { background-color: rgb(44,136,218); }

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

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

 span { border-color: rgb(44,136,218); }

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