Html Css Color HEX #2998BC Pelorous

📋 copy color: '#2998BC'

red 41 ◦ green 152 ◦ blue 188

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

Shades of Pelorous #2998BC

Tints of Pelorous #2998BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 10.76%
G = 39.9%
B = 49.34%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2998BC (or 0x2998BC) is known color: Pelorous. HEX triplet: 29, 98 and BC. RGB value is (41,152,188). Sum of RGB (Red+Green+Blue) = 41+152+188=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #2998BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2998BC is #D66743. Grayscale: #7A7A7A. Windows color (decimal): -14051140 or 12359721. OLE color: 12359721.

HSL color Cylindrical-coordinate representation of color #2998BC: hue angle of 194.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2998BC is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 152 188 -
CMYK 0.78 0.19 0 0.26
HSL 194.69º 0.64% 0.45% -
HSV(B) 194.69º 0.78% 0.74% -
XYZ 21.22 26.56 51.58 -
YUV 122.92 164.73 69.57 -
System Red Green Blue C M Y K H S L
Decimal 41 152 188 0.78 0.19 0 0.26 194.69 0.64 0.45
Hex 29 98 BC 4E 13 0 1A C3 40 2D
Octal 51 230 274 116 23 0 32 303 100 55
Binary 101001 10011000 10111100 1001110 10011 0 11010 11000011 1000000 101101

Color Harmonies of #2998BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2998BC

Black with #2998BC

Text Example


Text Example

White with #2998BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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