Html Css Color HEX #2993BA Pelorous

📋 copy color: '#2993BA'

red 41 ◦ green 147 ◦ blue 186

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

Shades of Pelorous #2993BA

Tints of Pelorous #2993BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 10.96%
G = 39.3%
B = 49.73%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2993BA (or 0x2993BA) is known color: Pelorous. HEX triplet: 29, 93 and BA. RGB value is (41,147,186). Sum of RGB (Red+Green+Blue) = 41+147+186=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #2993BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993BA is #D66C45. Grayscale: #777777. Windows color (decimal): -14052422 or 12227369. OLE color: 12227369.

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

Color convert

RGB 41 147 186 -
CMYK 0.78 0.21 0 0.27
HSL 196.14º 0.64% 0.45% -
HSV(B) 196.14º 0.78% 0.73% -
XYZ 20.21 24.88 50.19 -
YUV 119.75 165.38 71.83 -
System Red Green Blue C M Y K H S L
Decimal 41 147 186 0.78 0.21 0 0.27 196.14 0.64 0.45
Hex 29 93 BA 4E 15 0 1B C4 40 2D
Octal 51 223 272 116 25 0 33 304 100 55
Binary 101001 10010011 10111010 1001110 10101 0 11011 11000100 1000000 101101

Color Harmonies of #2993BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2993BA

Black with #2993BA

Text Example


Text Example

White with #2993BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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