Html Css Color HEX #2995AF Pelorous

📋 copy color: '#2995AF'

red 41 ◦ green 149 ◦ blue 175

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

Shades of Pelorous #2995AF

Tints of Pelorous #2995AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 11.23%
G = 40.82%
B = 47.95%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2995AF (or 0x2995AF) is known color: Pelorous. HEX triplet: 29, 95 and AF. RGB value is (41,149,175). Sum of RGB (Red+Green+Blue) = 41+149+175=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #2995AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2995AF is #D66A50. Grayscale: #777777. Windows color (decimal): -14051921 or 11506985. OLE color: 11506985.

HSL color Cylindrical-coordinate representation of color #2995AF: hue angle of 191.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2995AF is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 149 175 -
CMYK 0.77 0.15 0 0.31
HSL 191.64º 0.62% 0.42% -
HSV(B) 191.64º 0.77% 0.69% -
XYZ 19.4 25.06 44.37 -
YUV 119.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 41 149 175 0.77 0.15 0 0.31 191.64 0.62 0.42
Hex 29 95 AF 4D F 0 1F C0 3E 2A
Octal 51 225 257 115 17 0 37 300 76 52
Binary 101001 10010101 10101111 1001101 1111 0 11111 11000000 111110 101010

Color Harmonies of #2995AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995AF

Black with #2995AF

Text Example


Text Example

White with #2995AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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