#2899CA

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

Shades of Pelorous #2899CA

Tints of Pelorous #2899CA

Color information

#2899CA (or 0x2899CA) is unknown color: approx Pelorous. HEX triplet: 28, 99 and CA. RGB value is (40,153,202). Sum of RGB (Red+Green+Blue) = 40+153+202=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #2899CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2899CA is #D76635. Grayscale: #7C7C7C. Windows color (decimal): -14116406 or 13277480. OLE color: 13277480.

HSL color Cylindrical-coordinate representation of color #2899CA: hue angle of 198.15º 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 #2899CA is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB40153202-
CMYK0.800.2400.21
HSL198.15º66.94%47.45%-
HSV(B)198.15º80.2%79.22%-
XYZ22.9327.559.98-
YUV124.8171.5667.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.13%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=10.13%
G=38.73%
B=51.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal401532020.800.2400.21198.1566.9447.45
Hex2899CA5018015c6432f
Octal502313121203002530610357
Binary1010001001100111001010101000011000010101110001101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2899CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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