Html Css Color HEX #2999BB Pelorous

📋 copy color: '#2999BB'

red 41 ◦ green 153 ◦ blue 187

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

Shades of Pelorous #2999BB

Tints of Pelorous #2999BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 10.76%
G = 40.16%
B = 49.08%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2999BB (or 0x2999BB) is known color: Pelorous. HEX triplet: 29, 99 and BB. RGB value is (41,153,187). Sum of RGB (Red+Green+Blue) = 41+153+187=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #2999BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2999BB is #D66644. Grayscale: #7B7B7B. Windows color (decimal): -14050885 or 12294441. OLE color: 12294441.

HSL color Cylindrical-coordinate representation of color #2999BB: hue angle of 193.97º 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 #2999BB is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 153 187 -
CMYK 0.78 0.18 0 0.27
HSL 193.97º 0.64% 0.45% -
HSV(B) 193.97º 0.78% 0.73% -
XYZ 21.28 26.84 51.07 -
YUV 123.39 163.89 69.24 -
System Red Green Blue C M Y K H S L
Decimal 41 153 187 0.78 0.18 0 0.27 193.97 0.64 0.45
Hex 29 99 BB 4E 12 0 1B C2 40 2D
Octal 51 231 273 116 22 0 33 302 100 55
Binary 101001 10011001 10111011 1001110 10010 0 11011 11000010 1000000 101101

Color Harmonies of #2999BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2999BB

Black with #2999BB

Text Example


Text Example

White with #2999BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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