#2998CB

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

Shades of Pelorous #2998CB

Tints of Pelorous #2998CB

Color information

#2998CB (or 0x2998CB) is unknown color: approx Pelorous. HEX triplet: 29, 98 and CB. RGB value is (41,152,203). Sum of RGB (Red+Green+Blue) = 41+152+203=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #2998CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2998CB is #D66734. Grayscale: #7C7C7C. Windows color (decimal): -14051125 or 13342761. OLE color: 13342761.

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

Color convert

RGB41152203-
CMYK0.800.2500.20
HSL198.89º66.39%47.84%-
HSV(B)198.89º79.8%79.61%-
XYZ22.9227.2460.55-
YUV124.62172.2368.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.35%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=10.35%
G=38.38%
B=51.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal411522030.800.2500.20198.8966.3947.84
Hex2998CB5019014c74230
Octal512303131203102430710260
Binary1010011001100011001011101000011001010100110001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2998CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2998CB; }

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

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

<style>
 a { background-color: #2998CB; }

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

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

<style>
 span { border-color: #2998CB; }

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

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