Html Css Color HEX #2995BD Pelorous

📋 copy color: '#2995BD'

red 41 ◦ green 149 ◦ blue 189

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

Shades of Pelorous #2995BD

Tints of Pelorous #2995BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 10.82%
G = 39.31%
B = 49.87%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2995BD (or 0x2995BD) is known color: Pelorous. HEX triplet: 29, 95 and BD. RGB value is (41,149,189). Sum of RGB (Red+Green+Blue) = 41+149+189=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #2995BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995BD is #D66A42. Grayscale: #797979. Windows color (decimal): -14051907 or 12424489. OLE color: 12424489.

HSL color Cylindrical-coordinate representation of color #2995BD: hue angle of 196.22º 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 #2995BD is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 149 189 -
CMYK 0.78 0.21 0 0.26
HSL 196.22º 0.64% 0.45% -
HSV(B) 196.22º 0.78% 0.74% -
XYZ 20.85 25.64 51.99 -
YUV 121.27 166.22 70.75 -
System Red Green Blue C M Y K H S L
Decimal 41 149 189 0.78 0.21 0 0.26 196.22 0.64 0.45
Hex 29 95 BD 4E 15 0 1A C4 40 2D
Octal 51 225 275 116 25 0 32 304 100 55
Binary 101001 10010101 10111101 1001110 10101 0 11010 11000100 1000000 101101

Color Harmonies of #2995BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995BD

Black with #2995BD

Text Example


Text Example

White with #2995BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2995BD; }

 p { color: rgb(41,149,189); }

 H1.HeaderClassName
 {
   color: #2995BD;
 }
 .AnyTagClassName
 {
   color: #2995BD;
 }
</style>

background-color css

<style>
 a { background-color: #2995BD; }

 a { background-color: rgb(41,149,189); }

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

border-color css

<style>
 span { border-color: #2995BD; }

 span { border-color: rgb(41,149,189); }

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