Html Css Color HEX #2998BB Pelorous

📋 copy color: '#2998BB'

red 41 ◦ green 152 ◦ blue 187

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

Shades of Pelorous #2998BB

Tints of Pelorous #2998BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 10.79%
G = 40%
B = 49.21%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2998BB (or 0x2998BB) is known color: Pelorous. HEX triplet: 29, 98 and BB. RGB value is (41,152,187). Sum of RGB (Red+Green+Blue) = 41+152+187=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #2998BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2998BB is #D66744. Grayscale: #7A7A7A. Windows color (decimal): -14051141 or 12294185. OLE color: 12294185.

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

Color convert

RGB 41 152 187 -
CMYK 0.78 0.19 0 0.27
HSL 194.38º 0.64% 0.45% -
HSV(B) 194.38º 0.78% 0.73% -
XYZ 21.11 26.52 51.02 -
YUV 122.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 41 152 187 0.78 0.19 0 0.27 194.38 0.64 0.45
Hex 29 98 BB 4E 13 0 1B C2 40 2D
Octal 51 230 273 116 23 0 33 302 100 55
Binary 101001 10011000 10111011 1001110 10011 0 11011 11000010 1000000 101101

Color Harmonies of #2998BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2998BB

Black with #2998BB

Text Example


Text Example

White with #2998BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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