Html Css Color HEX #2994CD Pelorous

📋 copy color: '#2994CD'

red 41 ◦ green 148 ◦ blue 205

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

Shades of Pelorous #2994CD

Tints of Pelorous #2994CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 10.41%
G = 37.56%
B = 52.03%

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

#2994CD (or 0x2994CD) is known color: Pelorous. HEX triplet: 29, 94 and CD. RGB value is (41,148,205). Sum of RGB (Red+Green+Blue) = 41+148+205=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #2994CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994CD is #D66B32. Grayscale: #7A7A7A. Windows color (decimal): -14052147 or 13472809. OLE color: 13472809.

HSL color Cylindrical-coordinate representation of color #2994CD: hue angle of 200.85º 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 #2994CD is Cyan = 0.8, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 148 205 -
CMYK 0.8 0.28 0 0.20
HSL 200.85º 0.67% 0.48% -
HSV(B) 200.85º 0.8% 0.8% -
XYZ 22.52 26.06 61.6 -
YUV 122.51 174.55 69.87 -
System Red Green Blue C M Y K H S L
Decimal 41 148 205 0.8 0.28 0 0.20 200.85 0.67 0.48
Hex 29 94 CD 50 1C 0 14 C9 43 30
Octal 51 224 315 120 34 0 24 311 103 60
Binary 101001 10010100 11001101 1010000 11100 0 10100 11001001 1000011 110000

Color Harmonies of #2994CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2994CD

Black with #2994CD

Text Example


Text Example

White with #2994CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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