#38909F

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

Shades of Scooter #38909F

Tints of Scooter #38909F

Color information

#38909F (or 0x38909F) is unknown color: approx Scooter. HEX triplet: 38, 90 and 9F. RGB value is (56,144,159). Sum of RGB (Red+Green+Blue) = 56+144+159=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #38909F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38909F is #C76F60. Grayscale: #777777. Windows color (decimal): -13070177 or 10457144. OLE color: 10457144.

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

Color convert

RGB56144159-
CMYK0.650.0900.38
HSL188.74º47.91%42.16%-
HSV(B)188.74º64.78%62.35%-
XYZ17.8623.2936.35-
YUV119.4150.3582.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=15.60%
G=40.11%
B=44.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561441590.650.0900.38188.7447.9142.16
Hex38909F419026bd302a
Octal70220237101110462756052
Binary111000100100001001111110000011001010011010111101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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