Html Css Color HEX #2998CE Pelorous

📋 copy color: '#2998CE'

red 41 ◦ green 152 ◦ blue 206

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

Shades of Pelorous #2998CE

Tints of Pelorous #2998CE

RGB

 RED value IS 41 (16.41% from 255) = 10.28%

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 10.28%
G = 38.1%
B = 51.63%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2998CE (or 0x2998CE) is known color: Pelorous. HEX triplet: 29, 98 and CE. RGB value is (41,152,206). Sum of RGB (Red+Green+Blue) = 41+152+206=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #2998CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2998CE is #D66731. Grayscale: #7C7C7C. Windows color (decimal): -14051122 or 13539369. OLE color: 13539369.

HSL color Cylindrical-coordinate representation of color #2998CE: hue angle of 199.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2998CE is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 152 206 -
CMYK 0.80 0.26 0 0.19
HSL 199.64º 0.67% 0.48% -
HSV(B) 199.64º 0.8% 0.81% -
XYZ 23.28 27.38 62.45 -
YUV 124.97 173.73 68.11 -
System Red Green Blue C M Y K H S L
Decimal 41 152 206 0.80 0.26 0 0.19 199.64 0.67 0.48
Hex 29 98 CE 50 1A 0 13 C8 43 30
Octal 51 230 316 120 32 0 23 310 103 60
Binary 101001 10011000 11001110 1010000 11010 0 10011 11001000 1000011 110000

Color Harmonies of #2998CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2998CE

Black with #2998CE

Text Example


Text Example

White with #2998CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2998CE;
 }
 .AnyTagClassName
 {
   color: #2998CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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