Html Css Color HEX #2993CD Pelorous

📋 copy color: '#2993CD'

red 41 ◦ green 147 ◦ blue 205

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

Shades of Pelorous #2993CD

Tints of Pelorous #2993CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 10.43%
G = 37.4%
B = 52.16%

CMYK

 C value IS 0.8

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2993CD (or 0x2993CD) is known color: Pelorous. HEX triplet: 29, 93 and CD. RGB value is (41,147,205). Sum of RGB (Red+Green+Blue) = 41+147+205=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #2993CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993CD is #D66C32. Grayscale: #797979. Windows color (decimal): -14052403 or 13472553. OLE color: 13472553.

HSL color Cylindrical-coordinate representation of color #2993CD: hue angle of 201.22º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2993CD is Cyan = 0.8, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 147 205 -
CMYK 0.8 0.28 0 0.20
HSL 201.22º 0.67% 0.48% -
HSV(B) 201.22º 0.8% 0.8% -
XYZ 22.37 25.75 61.55 -
YUV 121.92 174.88 70.28 -
System Red Green Blue C M Y K H S L
Decimal 41 147 205 0.8 0.28 0 0.20 201.22 0.67 0.48
Hex 29 93 CD 50 1C 0 14 C9 43 30
Octal 51 223 315 120 34 0 24 311 103 60
Binary 101001 10010011 11001101 1010000 11100 0 10100 11001001 1000011 110000

Color Harmonies of #2993CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2993CD

Black with #2993CD

Text Example


Text Example

White with #2993CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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