Html Css Color HEX #2F829B Scooter

📋 copy color: '#2F829B'

red 47 ◦ green 130 ◦ blue 155

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

Shades of Scooter #2F829B

Tints of Scooter #2F829B

RGB

 RED value IS 47 (18.75% from 255) = 14.16%

 GREEN value IS 130 (51.17% from 255) = 39.16%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 14.16%
G = 39.16%
B = 46.69%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F829B (or 0x2F829B) is known color: Scooter. HEX triplet: 2F, 82 and 9B. RGB value is (47,130,155). Sum of RGB (Red+Green+Blue) = 47+130+155=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F829B is #D07D64. Grayscale: #6B6B6B. Windows color (decimal): -13663589 or 10191407. OLE color: 10191407.

HSL color Cylindrical-coordinate representation of color #2F829B: hue angle of 193.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F829B is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 130 155 -
CMYK 0.70 0.16 0 0.39
HSL 193.89º 0.53% 0.4% -
HSV(B) 193.89º 0.7% 0.61% -
XYZ 15.07 18.94 33.87 -
YUV 108.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 47 130 155 0.70 0.16 0 0.39 193.89 0.53 0.4
Hex 2F 82 9B 46 10 0 27 C2 35 28
Octal 57 202 233 106 20 0 47 302 65 50
Binary 101111 10000010 10011011 1000110 10000 0 100111 11000010 110101 101000

Color Harmonies of #2F829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F829B

Black with #2F829B

Text Example


Text Example

White with #2F829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F829B; }

 p { color: rgb(47,130,155); }

 H1.HeaderClassName
 {
   color: #2F829B;
 }
 .AnyTagClassName
 {
   color: #2F829B;
 }
</style>

background-color css

<style>
 a { background-color: #2F829B; }

 a { background-color: rgb(47,130,155); }

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

border-color css

<style>
 span { border-color: #2F829B; }

 span { border-color: rgb(47,130,155); }

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