Html Css Color HEX #2995A6 Scooter

📋 copy color: '#2995A6'

red 41 ◦ green 149 ◦ blue 166

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

Shades of Scooter #2995A6

Tints of Scooter #2995A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 11.52%
G = 41.85%
B = 46.63%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2995A6 (or 0x2995A6) is known color: Scooter. HEX triplet: 29, 95 and A6. RGB value is (41,149,166). Sum of RGB (Red+Green+Blue) = 41+149+166=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #2995A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2995A6 is #D66A59. Grayscale: #767676. Windows color (decimal): -14051930 or 10917161. OLE color: 10917161.

HSL color Cylindrical-coordinate representation of color #2995A6: hue angle of 188.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2995A6 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 149 166 -
CMYK 0.75 0.10 0 0.35
HSL 188.16º 0.6% 0.41% -
HSV(B) 188.16º 0.75% 0.65% -
XYZ 18.54 24.72 39.87 -
YUV 118.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 41 149 166 0.75 0.10 0 0.35 188.16 0.6 0.41
Hex 29 95 A6 4B A 0 23 BC 3C 29
Octal 51 225 246 113 12 0 43 274 74 51
Binary 101001 10010101 10100110 1001011 1010 0 100011 10111100 111100 101001

Color Harmonies of #2995A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995A6

Black with #2995A6

Text Example


Text Example

White with #2995A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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