#38989E

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

Shades of Scooter #38989E

Tints of Scooter #38989E

Color information

#38989E (or 0x38989E) is unknown color: approx Scooter. HEX triplet: 38, 98 and 9E. RGB value is (56,152,158). Sum of RGB (Red+Green+Blue) = 56+152+158=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #38989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38989E is #C76761. Grayscale: #7B7B7B. Windows color (decimal): -13068130 or 10393656. OLE color: 10393656.

HSL color Cylindrical-coordinate representation of color #38989E: hue angle of 183.53º 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 #38989E is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56152158-
CMYK0.650.0400.38
HSL183.53º47.66%41.96%-
HSV(B)183.53º64.56%61.96%-
XYZ19.0325.7736.32-
YUV123.98147.279.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=15.30%
G=41.53%
B=43.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561521580.650.0400.38183.5347.6641.96
Hex38989E414026b8302a
Octal7023023610140462706052
Binary11100010011000100111101000001100010011010111000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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