#2A99CA

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

Shades of Pelorous #2A99CA

Tints of Pelorous #2A99CA

Color information

#2A99CA (or 0x2A99CA) is unknown color: approx Pelorous. HEX triplet: 2A, 99 and CA. RGB value is (42,153,202). Sum of RGB (Red+Green+Blue) = 42+153+202=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A99CA is #D56635. Grayscale: #7D7D7D. Windows color (decimal): -13985334 or 13277482. OLE color: 13277482.

HSL color Cylindrical-coordinate representation of color #2A99CA: hue angle of 198.38º degrees, saturation: 0.66, 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 #2A99CA is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42153202-
CMYK0.790.2400.21
HSL198.38º65.57%47.84%-
HSV(B)198.38º79.21%79.22%-
XYZ23.0127.5459.98-
YUV125.4171.2368.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.58%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=10.58%
G=38.54%
B=50.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421532020.790.2400.21198.3865.5747.84
Hex2A99CA4F18015c64230
Octal522313121173002530610260
Binary1010101001100111001010100111111000010101110001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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