Html Css Color HEX #2995CE Pelorous

📋 copy color: '#2995CE'

red 41 ◦ green 149 ◦ blue 206

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

Shades of Pelorous #2995CE

Tints of Pelorous #2995CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 10.35%
G = 37.63%
B = 52.02%

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

#2995CE (or 0x2995CE) is known color: Pelorous. HEX triplet: 29, 95 and CE. RGB value is (41,149,206). Sum of RGB (Red+Green+Blue) = 41+149+206=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #2995CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995CE is #D66A31. Grayscale: #7A7A7A. Windows color (decimal): -14051890 or 13538601. OLE color: 13538601.

HSL color Cylindrical-coordinate representation of color #2995CE: hue angle of 200.73º 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 #2995CE is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 149 206 -
CMYK 0.80 0.28 0 0.19
HSL 200.73º 0.67% 0.48% -
HSV(B) 200.73º 0.8% 0.81% -
XYZ 22.8 26.42 62.29 -
YUV 123.21 174.72 69.37 -
System Red Green Blue C M Y K H S L
Decimal 41 149 206 0.80 0.28 0 0.19 200.73 0.67 0.48
Hex 29 95 CE 50 1C 0 13 C9 43 30
Octal 51 225 316 120 34 0 23 311 103 60
Binary 101001 10010101 11001110 1010000 11100 0 10011 11001001 1000011 110000

Color Harmonies of #2995CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995CE

Black with #2995CE

Text Example


Text Example

White with #2995CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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