#38999E

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

Shades of Scooter #38999E

Tints of Scooter #38999E

Color information

#38999E (or 0x38999E) is unknown color: approx Scooter. HEX triplet: 38, 99 and 9E. RGB value is (56,153,158). Sum of RGB (Red+Green+Blue) = 56+153+158=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #38999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38999E is #C76661. Grayscale: #7C7C7C. Windows color (decimal): -13067874 or 10393912. OLE color: 10393912.

HSL color Cylindrical-coordinate representation of color #38999E: hue angle of 182.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38999E is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56153158-
CMYK0.650.0300.38
HSL182.94º47.66%41.96%-
HSV(B)182.94º64.56%61.96%-
XYZ19.1926.0936.37-
YUV124.57146.8679.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=15.26%
G=41.69%
B=43.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561531580.650.0300.38182.9447.6641.96
Hex38999E413026b7302a
Octal7023123610130462676052
Binary1110001001100110011110100000111010011010110111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38999E; }

 p { color: rgb(56,153,158); }

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

<style>
 a { background-color: #38999E; }

 a { background-color: rgb(56,153,158); }

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

<style>
 span { border-color: #38999E; }

 span { border-color: rgb(56,153,158); }

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