#2D839F

Color #2D839F Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2D839F

Tints of Scooter #2D839F

Color information

#2D839F (or 0x2D839F) is unknown color: approx Scooter. HEX triplet: 2D, 83 and 9F. RGB value is (45,131,159). Sum of RGB (Red+Green+Blue) = 45+131+159=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D839F is #D27C60. Grayscale: #6C6C6C. Windows color (decimal): -13794401 or 10453805. OLE color: 10453805.

HSL color Cylindrical-coordinate representation of color #2D839F: hue angle of 194.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D839F is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB45131159-
CMYK0.720.1800.38
HSL194.74º55.88%40%-
HSV(B)194.74º71.7%62.35%-
XYZ15.4619.2935.71-
YUV108.48156.5182.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.43%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=13.43%
G=39.10%
B=47.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451311590.720.1800.38194.7455.8840
Hex2D839F4812026c33828
Octal55203237110220463037050
Binary1011011000001110011111100100010010010011011000011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,131,159); }

 H1.HeaderClassName
 {
   color: #2D839F;
 }
 .AnyTagClassName
 {
   color: #2D839F;
 }
</style>
background-color css

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

 a { background-color: rgb(45,131,159); }

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

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

 span { border-color: rgb(45,131,159); }

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