#2A98CB

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

Shades of Pelorous #2A98CB

Tints of Pelorous #2A98CB

Color information

#2A98CB (or 0x2A98CB) is unknown color: approx Pelorous. HEX triplet: 2A, 98 and CB. RGB value is (42,152,203). Sum of RGB (Red+Green+Blue) = 42+152+203=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A98CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A98CB is #D56734. Grayscale: #7C7C7C. Windows color (decimal): -13985589 or 13342762. OLE color: 13342762.

HSL color Cylindrical-coordinate representation of color #2A98CB: hue angle of 199.01º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A98CB is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB42152203-
CMYK0.790.2500.20
HSL199.01º65.71%48.04%-
HSV(B)199.01º79.31%79.61%-
XYZ22.9627.2660.55-
YUV124.92172.0668.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.58%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=10.58%
G=38.29%
B=51.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal421522030.790.2500.20199.0165.7148.04
Hex2A98CB4F19014c74230
Octal522303131173102430710260
Binary1010101001100011001011100111111001010100110001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,152,203); }

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

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

 a { background-color: rgb(42,152,203); }

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

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

 span { border-color: rgb(42,152,203); }

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