#38909A

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

Shades of Scooter #38909A

Tints of Scooter #38909A

Color information

#38909A (or 0x38909A) is unknown color: approx Scooter. HEX triplet: 38, 90 and 9A. RGB value is (56,144,154). Sum of RGB (Red+Green+Blue) = 56+144+154=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #38909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38909A is #C76F65. Grayscale: #767676. Windows color (decimal): -13070182 or 10129464. OLE color: 10129464.

HSL color Cylindrical-coordinate representation of color #38909A: hue angle of 186.12º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38909A is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB56144154-
CMYK0.640.0600.40
HSL186.12º46.67%41.18%-
HSV(B)186.12º63.64%60.39%-
XYZ17.4423.1234.12-
YUV118.83147.8583.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=15.82%
G=40.68%
B=43.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561441540.640.0600.40186.1246.6741.18
Hex38909A406028ba2f29
Octal7022023210060502725751
Binary11100010010000100110101000000110010100010111010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38909A; }

 p { color: rgb(56,144,154); }

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

<style>
 a { background-color: #38909A; }

 a { background-color: rgb(56,144,154); }

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

<style>
 span { border-color: #38909A; }

 span { border-color: rgb(56,144,154); }

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