Html Css Color HEX #2995C4 Pelorous

📋 copy color: '#2995C4'

red 41 ◦ green 149 ◦ blue 196

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

Shades of Pelorous #2995C4

Tints of Pelorous #2995C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.78%

R = 10.62%
G = 38.6%
B = 50.78%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2995C4 (or 0x2995C4) is known color: Pelorous. HEX triplet: 29, 95 and C4. RGB value is (41,149,196). Sum of RGB (Red+Green+Blue) = 41+149+196=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #2995C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995C4 is #D66A3B. Grayscale: #797979. Windows color (decimal): -14051900 or 12883241. OLE color: 12883241.

HSL color Cylindrical-coordinate representation of color #2995C4: hue angle of 198.19º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2995C4 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 149 196 -
CMYK 0.79 0.24 0 0.23
HSL 198.19º 0.65% 0.46% -
HSV(B) 198.19º 0.79% 0.77% -
XYZ 21.63 25.95 56.09 -
YUV 122.07 169.72 70.18 -
System Red Green Blue C M Y K H S L
Decimal 41 149 196 0.79 0.24 0 0.23 198.19 0.65 0.46
Hex 29 95 C4 4F 18 0 17 C6 41 2E
Octal 51 225 304 117 30 0 27 306 101 56
Binary 101001 10010101 11000100 1001111 11000 0 10111 11000110 1000001 101110

Color Harmonies of #2995C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995C4

Black with #2995C4

Text Example


Text Example

White with #2995C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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