#38909E

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

Shades of Scooter #38909E

Tints of Scooter #38909E

Color information

#38909E (or 0x38909E) is unknown color: approx Scooter. HEX triplet: 38, 90 and 9E. RGB value is (56,144,158). Sum of RGB (Red+Green+Blue) = 56+144+158=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #38909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38909E is #C76F61. Grayscale: #777777. Windows color (decimal): -13070178 or 10391608. OLE color: 10391608.

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

Color convert

RGB56144158-
CMYK0.650.0900.38
HSL188.24º47.66%41.96%-
HSV(B)188.24º64.56%61.96%-
XYZ17.7823.2635.9-
YUV119.28149.8582.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=15.64%
G=40.22%
B=44.13%

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
Decimal561441580.650.0900.38188.2447.6641.96
Hex38909E419026bc302a
Octal70220236101110462746052
Binary111000100100001001111010000011001010011010111100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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