Html Css Color HEX #2998CC Pelorous

📋 copy color: '#2998CC'

red 41 ◦ green 152 ◦ blue 204

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

Shades of Pelorous #2998CC

Tints of Pelorous #2998CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 10.33%
G = 38.29%
B = 51.39%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2998CC (or 0x2998CC) is known color: Pelorous. HEX triplet: 29, 98 and CC. RGB value is (41,152,204). Sum of RGB (Red+Green+Blue) = 41+152+204=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #2998CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2998CC is #D66733. Grayscale: #7C7C7C. Windows color (decimal): -14051124 or 13408297. OLE color: 13408297.

HSL color Cylindrical-coordinate representation of color #2998CC: hue angle of 199.14º degrees, saturation: 0.67, 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 #2998CC is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 152 204 -
CMYK 0.80 0.25 0 0.2
HSL 199.14º 0.67% 0.48% -
HSV(B) 199.14º 0.8% 0.8% -
XYZ 23.04 27.29 61.18 -
YUV 124.74 172.73 68.27 -
System Red Green Blue C M Y K H S L
Decimal 41 152 204 0.80 0.25 0 0.2 199.14 0.67 0.48
Hex 29 98 CC 50 19 0 14 C7 43 30
Octal 51 230 314 120 31 0 24 307 103 60
Binary 101001 10011000 11001100 1010000 11001 0 10100 11000111 1000011 110000

Color Harmonies of #2998CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2998CC

Black with #2998CC

Text Example


Text Example

White with #2998CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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