#2883CA

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

Shades of Curious Blue #2883CA

Tints of Curious Blue #2883CA

Color information

#2883CA (or 0x2883CA) is unknown color: approx Curious Blue. HEX triplet: 28, 83 and CA. RGB value is (40,131,202). Sum of RGB (Red+Green+Blue) = 40+131+202=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #2883CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2883CA is #D77C35. Grayscale: #6F6F6F. Windows color (decimal): -14122038 or 13271848. OLE color: 13271848.

HSL color Cylindrical-coordinate representation of color #2883CA: hue angle of 206.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2883CA is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB40131202-
CMYK0.800.3500.21
HSL206.3º66.94%47.45%-
HSV(B)206.3º80.2%79.22%-
XYZ19.6520.9558.88-
YUV111.88178.8576.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.72%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=10.72%
G=35.12%
B=54.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal401312020.800.3500.21206.366.9447.45
Hex2883CA5023015ce432f
Octal502033121204302531610357
Binary10100010000011110010101010000100011010101110011101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2883CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2883CA; }

 p { color: rgb(40,131,202); }

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

<style>
 a { background-color: #2883CA; }

 a { background-color: rgb(40,131,202); }

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

<style>
 span { border-color: #2883CA; }

 span { border-color: rgb(40,131,202); }

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