Html Css Color HEX #2999BA Pelorous

📋 copy color: '#2999BA'

red 41 ◦ green 153 ◦ blue 186

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

Shades of Pelorous #2999BA

Tints of Pelorous #2999BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 10.79%
G = 40.26%
B = 48.95%

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

#2999BA (or 0x2999BA) is known color: Pelorous. HEX triplet: 29, 99 and BA. RGB value is (41,153,186). Sum of RGB (Red+Green+Blue) = 41+153+186=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #2999BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2999BA is #D66645. Grayscale: #7B7B7B. Windows color (decimal): -14050886 or 12228905. OLE color: 12228905.

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

Color convert

RGB 41 153 186 -
CMYK 0.78 0.18 0 0.27
HSL 193.66º 0.64% 0.45% -
HSV(B) 193.66º 0.78% 0.73% -
XYZ 21.17 26.8 50.51 -
YUV 123.27 163.39 69.32 -
System Red Green Blue C M Y K H S L
Decimal 41 153 186 0.78 0.18 0 0.27 193.66 0.64 0.45
Hex 29 99 BA 4E 12 0 1B C2 40 2D
Octal 51 231 272 116 22 0 33 302 100 55
Binary 101001 10011001 10111010 1001110 10010 0 11011 11000010 1000000 101101

Color Harmonies of #2999BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2999BA

Black with #2999BA

Text Example


Text Example

White with #2999BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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