Html Css Color HEX #2994CC Pelorous

📋 copy color: '#2994CC'

red 41 ◦ green 148 ◦ blue 204

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

Shades of Pelorous #2994CC

Tints of Pelorous #2994CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 10.43%
G = 37.66%
B = 51.91%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2994CC (or 0x2994CC) is known color: Pelorous. HEX triplet: 29, 94 and CC. RGB value is (41,148,204). Sum of RGB (Red+Green+Blue) = 41+148+204=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #2994CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994CC is #D66B33. Grayscale: #7A7A7A. Windows color (decimal): -14052148 or 13407273. OLE color: 13407273.

HSL color Cylindrical-coordinate representation of color #2994CC: hue angle of 200.61º 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 #2994CC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 148 204 -
CMYK 0.80 0.27 0 0.2
HSL 200.61º 0.67% 0.48% -
HSV(B) 200.61º 0.8% 0.8% -
XYZ 22.4 26.01 60.97 -
YUV 122.39 174.05 69.95 -
System Red Green Blue C M Y K H S L
Decimal 41 148 204 0.80 0.27 0 0.2 200.61 0.67 0.48
Hex 29 94 CC 50 1B 0 14 C9 43 30
Octal 51 224 314 120 33 0 24 311 103 60
Binary 101001 10010100 11001100 1010000 11011 0 10100 11001001 1000011 110000

Color Harmonies of #2994CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2994CC

Black with #2994CC

Text Example


Text Example

White with #2994CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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