Html Css Color HEX #2988AF Pelorous

📋 copy color: '#2988AF'

red 41 ◦ green 136 ◦ blue 175

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

Shades of Pelorous #2988AF

Tints of Pelorous #2988AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

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

R = 11.65%
G = 38.64%
B = 49.72%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2988AF (or 0x2988AF) is known color: Pelorous. HEX triplet: 29, 88 and AF. RGB value is (41,136,175). Sum of RGB (Red+Green+Blue) = 41+136+175=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #2988AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2988AF is #D67750. Grayscale: #6F6F6F. Windows color (decimal): -14055249 or 11503657. OLE color: 11503657.

HSL color Cylindrical-coordinate representation of color #2988AF: hue angle of 197.46º 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 #2988AF is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 136 175 -
CMYK 0.77 0.22 0 0.31
HSL 197.46º 0.62% 0.42% -
HSV(B) 197.46º 0.77% 0.69% -
XYZ 17.46 21.17 43.72 -
YUV 112.04 163.53 77.33 -
System Red Green Blue C M Y K H S L
Decimal 41 136 175 0.77 0.22 0 0.31 197.46 0.62 0.42
Hex 29 88 AF 4D 16 0 1F C5 3E 2A
Octal 51 210 257 115 26 0 37 305 76 52
Binary 101001 10001000 10101111 1001101 10110 0 11111 11000101 111110 101010

Color Harmonies of #2988AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2988AF

Black with #2988AF

Text Example


Text Example

White with #2988AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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