Html Css Color HEX #2998CB Pelorous

📋 copy color: '#2998CB'

red 41 ◦ green 152 ◦ blue 203

#2998CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2998CB

Tints of Pelorous #2998CB

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 value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2998CB (or 0x2998CB) is known color: 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

RGB 41 152 203 -
CMYK 0.80 0.25 0 0.20
HSL 198.89º 0.66% 0.48% -
HSV(B) 198.89º 0.8% 0.8% -
XYZ 22.92 27.24 60.55 -
YUV 124.63 172.23 68.35 -
System Red Green Blue C M Y K H S L
Decimal 41 152 203 0.80 0.25 0 0.20 198.89 0.66 0.48
Hex 29 98 CB 50 19 0 14 C7 42 30
Octal 51 230 313 120 31 0 24 307 102 60
Binary 101001 10011000 11001011 1010000 11001 0 10100 11000111 1000010 110000

Color Harmonies of #2998CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2998CB

Black with #2998CB

Text Example


Text Example

White with #2998CB

Text Example


Text Example

HTML Codes & Css Web 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>