Html Css Color HEX #2994CE Pelorous

📋 copy color: '#2994CE'

red 41 ◦ green 148 ◦ blue 206

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

Shades of Pelorous #2994CE

Tints of Pelorous #2994CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 10.38%
G = 37.47%
B = 52.15%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2994CE (or 0x2994CE) is known color: Pelorous. HEX triplet: 29, 94 and CE. RGB value is (41,148,206). Sum of RGB (Red+Green+Blue) = 41+148+206=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #2994CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994CE is #D66B31. Grayscale: #7A7A7A. Windows color (decimal): -14052146 or 13538345. OLE color: 13538345.

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

Color convert

RGB 41 148 206 -
CMYK 0.80 0.28 0 0.19
HSL 201.09º 0.67% 0.48% -
HSV(B) 201.09º 0.8% 0.81% -
XYZ 22.64 26.11 62.24 -
YUV 122.62 175.05 69.78 -
System Red Green Blue C M Y K H S L
Decimal 41 148 206 0.80 0.28 0 0.19 201.09 0.67 0.48
Hex 29 94 CE 50 1C 0 13 C9 43 30
Octal 51 224 316 120 34 0 23 311 103 60
Binary 101001 10010100 11001110 1010000 11100 0 10011 11001001 1000011 110000

Color Harmonies of #2994CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2994CE

Black with #2994CE

Text Example


Text Example

White with #2994CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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